From d35ba028bc6cc1ebed320a26568db4cdfbfc88b7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 3 Apr 2017 17:24:27 -0400 Subject: fix firejail bash completion --- src/bash_completion/firejail.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() # if $COMP_CONFIGURE_HINTS is not null, then completions of the form # --option=SETTING will include 'SETTING' as a contextual hint - [[ "$cur" != -* ]] && _filedir && return 0 + [[ "$cur" != -* ]] && _command && return 0 if [[ -n $COMP_CONFIGURE_HINTS ]]; then COMPREPLY=( $( compgen -W "$( $1 --help 2>&1 | \ -- cgit v1.2.3-70-g09d2