The following commit has been merged in the master branch:
commit cb0526cb015d74576bda9c1c994cedc8f77f8829
Author: David Paleino <[email protected]>
Date: Tue Nov 8 09:19:01 2011 +0100
Fix bash_completion paths in README (Debian: #647941)
diff --git a/README b/README
index 428f294..1558f62 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ from either /etc/bashrc or ~/.bashrc (or any other file
sourcing those). You
can do this by simply using:
# Use bash-completion, if available
-[[ $PS1 && -f /usr/share/bash-completion/bash-completion ]] && \
- . /usr/share/bash-completion/bash-completion
+[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
+ . /usr/share/bash-completion/bash_completion
(if you happen to have *only* bash >= 4.1 installed, see further if not)
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits