Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh.pl: tesh input can be received on stdin, even with no args.
[simgrid.git] / buildtools / Cmake / Scripts / tesh.pl
index 9170663..b365b4e 100755 (executable)
@@ -52,9 +52,6 @@ sub trim($)
     return $string;
 }
 
-# make sure we received a tesh file
-scalar @ARGV > 0 || die "Usage:\n  tesh [*options*] *tesh_file*\n";
-
 #Add current directory to path
 $ENV{PATH} = "$ENV{PATH}:.";