From cb0526cb015d74576bda9c1c994cedc8f77f8829 Mon Sep 17 00:00:00 2001 From: David Paleino Date: Tue, 8 Nov 2011 09:19:01 +0100 Subject: Fix bash_completion paths in README (Debian: #647941) --- README | 4 ++-- 1 file 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) -- cgit v1.2.1