[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4a69a5a53cd68d058b05ce1cd9398eefb00aa5bb

Ville Skyttä ville.skytta at iki.fi
Sun Oct 24 09:44:19 UTC 2010


The following commit has been merged in the master branch:
commit e225740294c3e4d53421ab1715e4bb96c21c52c3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 24 12:39:42 2010 +0300

    Treat all configure --*prefix as dirs.

diff --git a/completions/configure b/completions/configure
index d69f85b..e8a78ff 100644
--- a/completions/configure
+++ b/completions/configure
@@ -10,7 +10,7 @@ _configure()
     _split_longopt && split=true
 
     case $prev in
-        --prefix|--exec-prefix|--*dir)
+        --*prefix|--*dir)
             _filedir -d
             ;;
     esac

-- 
bash-completion



More information about the Bash-completion-commits mailing list