aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 | \