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...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2010 13:02:48 +0000 (13:02 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2010 13:02:48 +0000 (13:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9132 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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|");