Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove option for pcre from cmake files and from sources.
[simgrid.git] / buildtools / Cmake / update_tesh.pl
old mode 100644 (file)
new mode 100755 (executable)
index 862ffa6..ae1491c
@@ -36,6 +36,7 @@ while(defined($line=<SH_LIGNE>))
                        $line =~ s/^\$\ */.\//g;
                        $line =~ s/^.\/lua/lua/g;
                        $line =~ s/^.\/ruby/ruby/g;
+                       $line =~ s/--log=([^ ]*)/--log="$1"/g;
                        print "\n$line_exec";
                        chomp $line;
                        open (FILE, "$line 2>&1|");