X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FRunner%2FFile.pm;fp=lib%2FGruntmaster%2FDaemon%2FRunner%2FFile.pm;h=9193861378142c22b2e809ed22e2054b87db344f;hp=bfa9a05aee774bdc798f71d1664499fa284c67fd;hb=ce50c40d6ff3baa2a150108fb9c982fefd280bef;hpb=be3e5b329715f729ad21f9462e6419d087ba8bcb diff --git a/lib/Gruntmaster/Daemon/Runner/File.pm b/lib/Gruntmaster/Daemon/Runner/File.pm index bfa9a05..9193861 100644 --- a/lib/Gruntmaster/Daemon/Runner/File.pm +++ b/lib/Gruntmaster/Daemon/Runner/File.pm @@ -27,8 +27,8 @@ sub run{ $out =~ s/^\s+//; $ok =~ s/^\s+//; - $out =~ s/\s+/ /; - $ok =~ s/\s+/ /; + $out =~ s/\s+/ /g; + $ok =~ s/\s+/ /g; $out =~ s/\s+$//; $ok =~ s/\s+$//;