From 1466a42dec3732f54e839ec823c75801225a747e Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 9 Aug 2011 18:31:31 -0500 Subject: Silence another keybinding error when running from config mode --- etc/bash_completion.d/vyatta-op | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index c1aa50d..0573a67 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -47,7 +47,7 @@ _vyatta_op_do_key_bindings () nullglob_save=$(shopt -p nullglob) shopt -u nullglob bind_cmds=$(grep '^bind .* # vyatta key binding$' $HOME/.bashrc) - eval $bind_cmds + eval $bind_cmds 2> /dev/null eval $nullglob_save } -- cgit v1.2.3