[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-94-gc4cc3eb

Ville Skyttä ville.skytta at iki.fi
Thu Jan 24 22:19:40 UTC 2013


The following commit has been merged in the master branch:
commit c4cc3eb63bf120cf81e25cb97780fd3e4a91ebff
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Jan 25 00:19:23 2013 +0200

    Brown paper bag fix for the previous commit.

diff --git a/bash_completion b/bash_completion
index 952f566..9412580 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1920,7 +1920,7 @@ _completion_loader()
 {
     local compfile=./completions
     [[ $BASH_SOURCE == */* ]] && compfile="${BASH_SOURCE%/*}/completions"
-    compfile+="${1##*/}"
+    compfile+="/${1##*/}"
 
     # Avoid trying to source dirs; https://bugzilla.redhat.com/903540
     [[ -f "$compfile" ]] && . "$compfile" &>/dev/null && return 124

-- 
bash-completion



More information about the Bash-completion-commits mailing list