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

Freddy Vulto fvulto at gmail.com
Wed Nov 25 21:34:14 UTC 2009


The following commit has been merged in the master branch:
commit 8c94bf6944141d83e9fee1e37f21fddfc3ad0c9f
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Wed Nov 25 21:47:58 2009 +0100

    (testsuite) Fix superfluous `&&' in get_hosts_avahi()

diff --git a/test/lib/library.exp b/test/lib/library.exp
index 2d09179..ea8a1a7 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -380,7 +380,7 @@ proc get_hosts {} {
 proc get_hosts_avahi {} {
         # Retrieving hosts is successful?
     if { [catch {exec bash -c {
-        type avahi-browse >&/dev/null && \
+        type avahi-browse >&/dev/null \
             && avahi-browse -cpr _workstation._tcp 2>/dev/null | grep ^= | cut -d\; -f7 | sort -u
     }} hosts] } {
         # No, retrieving hosts yields error;

-- 
bash-completion



More information about the Bash-completion-commits mailing list