From abba9f07a6d703cd97fc2d2bbd397072d5bf796d Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Thu, 2 May 2013 07:22:58 +0200 Subject: 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. --- bash_completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash_completion.in') 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 -- cgit v1.2.3