index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | bash_completion.in | 2 |
diff --git a/bash_completion.in b/bash_completion.in index d9948af..dd140fc 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -34,7 +34,7 @@ _makechrootpkg() { case $cur in -*) - COMPREPLY=( $( compgen -W '-I -c -d -h -l -r -u' -- "$cur" ) ) + COMPREPLY=( $( compgen -W '-I -c -h -l -r -u' -- "$cur" ) ) ;; *) _filedir |