diff options
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) | |
download | devtools32-ea39ed2b8f3aeafcb6ec8650af0aa703f41925e8.tar.xz |
Merge tag '20130408' into complete
tagging
Conflicts:
mkarchroot.in
Diffstat (limited to 'bash_completion.in')
-rw-r--r-- | bash_completion.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |