summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/bash_completion.d/vyatta-op4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op
index 7226134..88f8406 100644
--- a/etc/bash_completion.d/vyatta-op
+++ b/etc/bash_completion.d/vyatta-op
@@ -42,8 +42,8 @@ _vyatta_op_do_key_bindings ()
return
fi
- bind '"?": possible-completions'
- bind 'set show-all-if-ambiguous on'
+ bind '"?": possible-completions' 2> /dev/null
+ bind 'set show-all-if-ambiguous on' 2> /dev/null
nullglob_save=$(shopt -p nullglob)
shopt -u nullglob