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 dd140fc..b9ed69c 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -1,3 +1,5 @@ +# License: Unspecified + _devtools_compgen() { local i r COMPREPLY=($(compgen -W '$*' -- "$cur")) |