summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2011-11-08 09:19:01 +0100
committerDavid Paleino <dapal@debian.org>2011-11-08 09:19:01 +0100
commitcb0526cb015d74576bda9c1c994cedc8f77f8829 (patch)
treeca5267ca2411a2751aa88e2f2b51426d77249943
parent286f7ec44eb0e70043a6ea5f928f6fac8f0f8163 (diff)
downloadbash-completion-cb0526cb015d74576bda9c1c994cedc8f77f8829.tar.gz
Fix bash_completion paths in README (Debian: #647941)
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 428f2947..1558f62f 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)