[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-520-gcb0526c

David Paleino dapal at debian.org
Tue Nov 8 08:19:05 UTC 2011


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



More information about the Bash-completion-commits mailing list