The following commit has been merged in the master branch:
commit 9cb79b873577f798acb333b9bd658afe1e38a0b9
Author: David Paleino <[email protected]>
Date: Sun Apr 10 10:47:11 2011 +0200
Don't force symlinks
diff --git a/debian/extra/update-bash-completion
b/debian/extra/update-bash-completion
index 3bf528d..b0b2081 100755
--- a/debian/extra/update-bash-completion
+++ b/debian/extra/update-bash-completion
@@ -22,6 +22,6 @@ fi
echo -n "bash-completion: updating completions... "
for c in $($GET_COMP $COMPDICT | sort -u); do
- ln -sf $COMPDIR/$c $RUNCOMPDIR/
+ [ -L "$RUNCOMPDIR/${c##*/}" ] || ln -s $COMPDIR/$c $RUNCOMPDIR/
done
echo "done."
--
debian-package
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits