aboutsummaryrefslogtreecommitdiffstats
path: root/src/bash_completion
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-03 17:24:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-03 17:24:27 -0400
commitd35ba028bc6cc1ebed320a26568db4cdfbfc88b7 (patch)
tree6b87c0024ad35294691c0f798bbf8776293f8b09 /src/bash_completion
parenttmpfs fix (diff)
downloadfirejail-d35ba028bc6cc1ebed320a26568db4cdfbfc88b7.tar.gz
firejail-d35ba028bc6cc1ebed320a26568db4cdfbfc88b7.tar.zst
firejail-d35ba028bc6cc1ebed320a26568db4cdfbfc88b7.zip
fix firejail bash completion
Diffstat (limited to 'src/bash_completion')
-rw-r--r--src/bash_completion/firejail.bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bash_completion/firejail.bash_completion b/src/bash_completion/firejail.bash_completion
index 38548c42b..0b2caed61 100644
--- a/src/bash_completion/firejail.bash_completion
+++ b/src/bash_completion/firejail.bash_completion
@@ -94,7 +94,7 @@ _firejail()
94 94
95 # if $COMP_CONFIGURE_HINTS is not null, then completions of the form 95 # if $COMP_CONFIGURE_HINTS is not null, then completions of the form
96 # --option=SETTING will include 'SETTING' as a contextual hint 96 # --option=SETTING will include 'SETTING' as a contextual hint
97 [[ "$cur" != -* ]] && _filedir && return 0 97 [[ "$cur" != -* ]] && _command && return 0
98 98
99 if [[ -n $COMP_CONFIGURE_HINTS ]]; then 99 if [[ -n $COMP_CONFIGURE_HINTS ]]; then
100 COMPREPLY=( $( compgen -W "$( $1 --help 2>&1 | \ 100 COMPREPLY=( $( compgen -W "$( $1 --help 2>&1 | \