The following commit has been merged in the master branch:
commit c3f08350fdc0b4e41d19cafe6fe4526dfce2ef14
Author: David Paleino <[email protected]>
Date:   Sun Apr 10 10:47:31 2011 +0200

    Improve status message

diff --git a/debian/extra/update-bash-completion 
b/debian/extra/update-bash-completion
index b0b2081..0ca9e7c 100755
--- a/debian/extra/update-bash-completion
+++ b/debian/extra/update-bash-completion
@@ -20,7 +20,7 @@ elif [ "$1" == "clean" ]; then
 fi
 
 
-echo -n "bash-completion: updating completions... "
+echo -n "bash-completion: updating completion symlinks... "
 for c in $($GET_COMP $COMPDICT | sort -u); do
     [ -L "$RUNCOMPDIR/${c##*/}" ] || ln -s $COMPDIR/$c $RUNCOMPDIR/
 done

-- 
debian-package

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

Reply via email to