summaryrefslogtreecommitdiffstats
path: root/inf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'inf.pl')
-rwxr-xr-xinf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inf.pl b/inf.pl
index 5bf289b..4861240 100755
--- a/inf.pl
+++ b/inf.pl
@@ -85,7 +85,7 @@ sub thing($$$$) {
$i = $wait
if ( ( defined $looks )
and ( not( $s =~ /Pending/ ) )
- and ( $s =~ /$looks/ ) );
+ and ( $s =~ /$looks/i ) );
print "Outlet is $s\n";
$i++;
} until ( ( $i > $wait )