The following commit has been merged in the master branch:
commit 61ee71bf2ed25227fbf32684770139da8b09e88b
Author: David Paleino <[email protected]>
Date:   Tue Apr 12 11:24:10 2011 +0200

    Always link bash-builtins, and make it silent

diff --git a/debian/extra/scripts/update-bash-completion 
b/debian/extra/scripts/update-bash-completion
index 4718f52..14d7705 100755
--- a/debian/extra/scripts/update-bash-completion
+++ b/debian/extra/scripts/update-bash-completion
@@ -21,10 +21,11 @@ fi
 commands=$(compgen -f /usr/bin/ ; compgen -f /usr/sbin/ ; compgen -f 
/usr/games/ ; compgen -f /bin/ ; compgen -f /sbin/)
 commands=$(echo $commands | sed 's, /[^ ]*/,|\n,g;s,/[^ ]*/,,;s,$,|,')
 
-echo -n "bash-completion: updating completion symlinks... "
 completions=$(grep -w -F "$commands" $COMPDICT | cut -d: -f1 | sort -u)
 
 for c in $completions; do
     [ -L "$RUNCOMPDIR/${c##*/}" ] || ln -s $COMPDIR/$c $RUNCOMPDIR/
 done
-echo "done."
+
+# This should *always* be enabled.
+ln -sf $COMPDIR/completions/bash-builtins $RUNCOMPDIR/

-- 
debian-package

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to