The following commit has been merged in the master branch:
commit 8c94bf6944141d83e9fee1e37f21fddfc3ad0c9f
Author: Freddy Vulto <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits