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

Guillaume Rousse Guillaume.Rousse at inria.fr
Sun Sep 12 14:44:44 UTC 2010


The following commit has been merged in the master branch:
commit 796f77ef22ec484b4814af92223b6fc0e108c132
Author: Guillaume Rousse <Guillaume.Rousse at inria.fr>
Date:   Sun Sep 12 16:44:39 2010 +0200

    rename 'contrib' directory to 'completions'

diff --git a/test/lib/library.exp b/test/lib/library.exp
index a79ec52..eaafcbc 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -698,7 +698,7 @@ proc _save_env {{file ""}} {
 
 # Source bash_completion package
 proc source_bash_completion {} {
-    assert_bash_exec {BASH_COMPLETION_DIR=$(cd "$TESTDIR/.."; pwd)/contrib}
+    assert_bash_exec {BASH_COMPLETION_DIR=$(cd "$TESTDIR/.."; pwd)/completions}
     assert_bash_exec {BASH_COMPLETION_COMPAT_DIR=$BASH_COMPLETION_DIR}
     assert_bash_exec {BASH_COMPLETION=$(cd "$TESTDIR/.."; pwd)/bash_completion}
     assert_bash_exec {source "$BASH_COMPLETION"}
diff --git a/test/runLint b/test/runLint
index b2bf005..88c717a 100755
--- a/test/runLint
+++ b/test/runLint
@@ -3,7 +3,7 @@
 gitgrep()
 {
     local out=$(git grep -I -E -n "$1" | \
-        grep -E '^(bash_completion|contrib/|test/)' | \
+        grep -E '^(bash_completion|completions/|test/)' | \
         grep -Fv 'test/runLint')
     if [ -n "$out" ] ; then
         printf '***** %s\n' "$2"

-- 
bash-completion



More information about the Bash-completion-commits mailing list