summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2013-05-02 07:22:58 +0200
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2013-05-03 04:34:29 +0200
commitabba9f07a6d703cd97fc2d2bbd397072d5bf796d (patch)
treeec83e1ca745dcf476fb29166a79dc1f611c12b42 /bash_completion.in
parenta7a05deb37b3db6aa3606f488467f621c40ce32d (diff)
downloaddevtools32-abba9f07a6d703cd97fc2d2bbd397072d5bf796d.tar.xz
makechrootpkg: Remove add_to_db feature
I don't think this is much use in our common workflow. Our pacman configs don't even make a reference to /repo.
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in2
1 files changed, 1 insertions, 1 deletions
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