summaryrefslogtreecommitdiff
path: root/src/ivymon
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivymon')
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
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;
#==================================================================================