diff options
Diffstat (limited to 'src/ivymon')
-rwxr-xr-x | src/ivymon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1029,7 +1029,7 @@ if (@ARGV > 0) { } } -$ivy->bindRegexp("Ivymon Output=(.*)", [sub { $outputfile = $_[1]; }]); +$ivy->bindRegexp("^Ivymon Output=(.*)", [sub { $outputfile = $_[1]; }]); MainLoop; #================================================================================== |