Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
quote the arguments to --log since they are not quoted enough in tesh files to suppor...
[simgrid.git] / buildtools / Cmake / update_tesh.pl
index 862ffa6..ae1491c 100644 (file)
@@ -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|");