From b17a77dd6e24c365fe9ef8339d4684f9c9138897 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 26 Apr 2006 09:39:27 +0000 Subject: *** empty log message *** --- src/ivymon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ivymon b/src/ivymon index b0556c5..f8d9bcf 100755 --- a/src/ivymon +++ b/src/ivymon @@ -1029,7 +1029,7 @@ if (@ARGV > 0) { } } -$ivy->bindRegexp("Ivymon Output=(.*)", [sub { $outputfile = $_[1]; }]); +$ivy->bindRegexp("^Ivymon Output=(.*)", [sub { $outputfile = $_[1]; }]); MainLoop; #================================================================================== -- cgit v1.1