index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-24 12:29:09 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-24 12:29:09 -0400 |
commit | ea39ed2b8f3aeafcb6ec8650af0aa703f41925e8 (patch) | |
tree | 4164fb595d5c1e820d98962f890f01044a3bd976 /bash_completion.in | |
parent | fd0109ecd077f53d0fdf3746bc5d2a8c8f1e82e7 (diff) | |
parent | 6e086f0e703194fcefe0040e2b5e967fa5ab307f (diff) |
-rw-r--r-- | bash_completion.in | 2 |
diff --git a/bash_completion.in b/bash_completion.in index cd959fc..9395d3a 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -53,7 +53,7 @@ _mkarchroot() { case $cur in -*) - COMPREPLY=( $( compgen -W '-C -M -c -f -h -n -r -u' -- "$cur" ) ) + COMPREPLY=( $( compgen -W '-C -M -c -h -n -r -u' -- "$cur" ) ) ;; *) _filedir |