summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoretienne2006-04-26 09:39:27 +0000
committeretienne2006-04-26 09:39:27 +0000
commitb17a77dd6e24c365fe9ef8339d4684f9c9138897 (patch)
tree26733a75b54696117464a0728f536769a5455151 /src
parentbd4a53967df42898f311cf08269c4ed8cc064b9f (diff)
downloadivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.zip
ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.gz
ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.bz2
ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.xz
*** empty log message ***
Diffstat (limited to 'src')
-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;
#==================================================================================