Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Increase number of host for cluster from 254 to 65000
[simgrid.git] / buildtools / Cmake / tesh.pl
index 005dfa1..28296d6 100755 (executable)
@@ -216,7 +216,7 @@ sub exec_cmd {
     my @got;
     while(defined(my $got=<OUT>)) {
        $got =~ s/\r//g;
-       $got =~ s/^( )*//g;
+       #$got =~ s/^( )*//g;
        chomp $got;
        push @got, "$got";
     }