Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh.pl: tesh input can be received on stdin, even with no args.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 24 Oct 2013 08:41:07 +0000 (10:41 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 24 Oct 2013 14:12:32 +0000 (16:12 +0200)
buildtools/Cmake/Scripts/tesh.pl

index 9170663..b365b4e 100755 (executable)
@@ -52,9 +52,6 @@ sub trim($)
     return $string;
 }
 
     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}:.";
 
 #Add current directory to path
 $ENV{PATH} = "$ENV{PATH}:.";