X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b1f1f35ccb3062e310b8eb11d1780289617a7ee..8f7fdc5ca38ed83ec87ce16dd3a4492fe3d2a0ac:/buildtools/Cmake/update_tesh.pl diff --git a/buildtools/Cmake/update_tesh.pl b/buildtools/Cmake/update_tesh.pl index 9d751906e1..862ffa6b4c 100644 --- a/buildtools/Cmake/update_tesh.pl +++ b/buildtools/Cmake/update_tesh.pl @@ -1,13 +1,12 @@ #!/usr/bin/perl -w use strict; -if($#ARGV!=2) { - die "Usage: perl make_tesh.pl \n"; +if($#ARGV!=1) { + die "Usage: perl make_tesh.pl \n"; } my($directory)=$ARGV[0]; my($old)=$ARGV[1]; -my($new)=$ARGV[2]; chdir("$directory"); @@ -37,7 +36,7 @@ while(defined($line=)) $line =~ s/^\$\ */.\//g; $line =~ s/^.\/lua/lua/g; $line =~ s/^.\/ruby/ruby/g; - print "$line_exec\n"; + print "\n$line_exec"; chomp $line; open (FILE, "$line 2>&1|"); while(defined($l=))