From: Arnaud Giersch Date: Thu, 24 Oct 2013 08:41:07 +0000 (+0200) Subject: tesh.pl: tesh input can be received on stdin, even with no args. X-Git-Tag: v3_10_rc1~79 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e320e62e0ef88592843f701ee6707071ade40241?ds=sidebyside tesh.pl: tesh input can be received on stdin, even with no args. --- diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index 91706639aa..b365b4e0e3 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -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}:.";