diff --git a/lib/completion.d/nutools b/lib/completion.d/nutools index f8645e7..79494ac 100644 --- a/lib/completion.d/nutools +++ b/lib/completion.d/nutools @@ -7,7 +7,7 @@ function __nutools_host_completion() { _known_hosts_real "$cur" fi } -complete -F __nutools_host_completion -o default ruinst runs rruns +complete -F __nutools_host_completion -o default uinst ruinst runs rruns if __bash_completion_module_enabled ssh; then shopt -u hostcomplete diff --git a/lib/ulib/uinst b/lib/ulib/uinst index 7a9433c..2bfdd5a 100644 --- a/lib/ulib/uinst +++ b/lib/ulib/uinst @@ -464,7 +464,7 @@ Impossible de déterminer automatiquement le répertoire à installer Essayez avec 'uinst -C'" return 1 } - ask_yesno "Le répertoire '$(ppath "$srcdir")' a été calculé automatiquement. Voulez-vous le déployer?" X || return 1 + ask_yesno -y "Le répertoire '$(ppath "$srcdir")' a été calculé automatiquement. Voulez-vous le déployer?" O || return 1 UINST_ORIGSRC="$srcdir" fi