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

Freddy Vulto fvulto at gmail.com
Sun Jan 31 10:39:53 UTC 2010


The following commit has been merged in the master branch:
commit d358036572070487391fa267e8a055a6916e8f34
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Sun Jan 31 11:37:29 2010 +0100

    (testsuite) Fix assert_bash_type perldoc > perl
    Make `assert_bash_type' reflect bash-side where `have perl' is checked,
    and not perldoc, to determine whether `perldoc' completion should be
    installed.

diff --git a/test/completion/perldoc.exp b/test/completion/perldoc.exp
index 3116252..e06e594 100644
--- a/test/completion/perldoc.exp
+++ b/test/completion/perldoc.exp
@@ -1,3 +1,3 @@
-if {[assert_bash_type perldoc]} {
+if {[assert_bash_type perl]} {
     source "lib/completions/perldoc.exp"
 }; # if

-- 
bash-completion



More information about the Bash-completion-commits mailing list