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

David Paleino d.paleino at gmail.com
Sun Feb 6 20:12:55 UTC 2011


The following commit has been merged in the master branch:
commit c29d4d9089de0c8210985618a9dbb1c0d0c25e1e
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Oct 9 14:53:54 2009 +0200

    Add BASH_COMPLETION_COMPAT_DIR

diff --git a/bash_completion b/bash_completion
index 638ff41..e1c4054 100644
--- a/bash_completion
+++ b/bash_completion
@@ -42,7 +42,8 @@ fi
 #
 [ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=/etc/bash_completion
 [ -n "$BASH_COMPLETION_DIR" ] || BASH_COMPLETION_DIR=/etc/bash_completion.d
-readonly BASH_COMPLETION BASH_COMPLETION_DIR
+[ -n "$BASH_COMPLETION_COMPAT_DIR" ] || BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d
+readonly BASH_COMPLETION BASH_COMPLETION_DIR BASH_COMPLETION_COMPAT_DIR
 
 # Set a couple of useful vars
 #

-- 
bash-completion



More information about the Bash-completion-commits mailing list