diff options
author | etienne | 2006-04-26 09:39:27 +0000 |
---|---|---|
committer | etienne | 2006-04-26 09:39:27 +0000 |
commit | b17a77dd6e24c365fe9ef8339d4684f9c9138897 (patch) | |
tree | 26733a75b54696117464a0728f536769a5455151 /src | |
parent | bd4a53967df42898f311cf08269c4ed8cc064b9f (diff) | |
download | ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.zip ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.gz ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.bz2 ivymon-b17a77dd6e24c365fe9ef8339d4684f9c9138897.tar.xz |
*** empty log message ***
Diffstat (limited to 'src')
-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; #================================================================================== |