diff options
Diffstat (limited to 'completions/apt-build')
-rw-r--r-- | completions/apt-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/apt-build b/completions/apt-build index aa78b230..8e593131 100644 --- a/completions/apt-build +++ b/completions/apt-build @@ -12,7 +12,7 @@ _apt_build() fi done - if [ -n "$special" ]; then + if [[ -n $special ]]; then case $special in install|source|info) COMPREPLY=( $( apt-cache pkgnames "$cur" 2> /dev/null ) ) |