From 79d7554a7c66130b2c1392970da415393ba41c5c Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sun, 13 Oct 2019 01:41:06 +0100 Subject: fix up for fc30 --- inf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inf.pl') diff --git a/inf.pl b/inf.pl index 6c6481d..d5aae40 100755 --- a/inf.pl +++ b/inf.pl @@ -101,7 +101,7 @@ sub thing($$$$) { and ( $s =~ /$looks/i ) ); print "Outlet is $s\n"; $i++; - } until ( ( $i > $wait ) + } until ( ( $i > $wait ) and ( not( $s =~ /Pending/ ) ) and ( $s =~ /$looke/i ) ); -- cgit v1.2.3