[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.3-1-32-g653f34e

David Paleino dapal at debian.org
Tue Apr 12 10:44:32 UTC 2011


The following commit has been merged in the master branch:
commit c3f08350fdc0b4e41d19cafe6fe4526dfce2ef14
Author: David Paleino <dapal at debian.org>
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



More information about the Bash-completion-commits mailing list