diff options
Diffstat (limited to 'etc/bash_completion.d')
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index 5b2312c..c1d27c8 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -107,7 +107,6 @@ _vyatta_op_default_expand () _vyatta_op_expand else # after the first word => cannot be vyatta command so use original default - compopt -o filenames _filedir_xspec fi } |