From b4d021263dd1364985037f94b65aa0e4089618c4 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 6 Apr 2001 14:47:25 +0000 Subject: Improve prompt when compaudit finds badness. --- Completion/compinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/compinit') diff --git a/Completion/compinit b/Completion/compinit index f846be42e..4f29ed4d6 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -387,7 +387,8 @@ if [[ -n "$_i_check" ]]; then if ! eval compaudit; then if [[ -n "$_i_q" ]]; then if [[ "$_i_fail" = ask ]]; then - if ! read -q "?There are insecure $_i_q, use them anyway [ny]? "; then + if ! read -q "?Ignore insecure $_i_q and continue [ny]? "; then + echo "$0: initialization aborted" unfunction compinit compdef unset _comp_dumpfile _comp_secure compprefuncs comppostfuncs \ _comps _patcomps _postpatcomps _compautos _lastcomp -- cgit 1.4.1