X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8b68d29bcf7480438421d1345249d52838683a3..99b455e92cd42625814c8bfd1d47b28feb65fe35:/tools/cmake/Scripts/update_tesh.pl diff --git a/tools/cmake/Scripts/update_tesh.pl b/tools/cmake/Scripts/update_tesh.pl index 7c340b4b5e..5e0a06d174 100755 --- a/tools/cmake/Scripts/update_tesh.pl +++ b/tools/cmake/Scripts/update_tesh.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # Copyright (c) 2012, 2014. The SimGrid Team. # All rights reserved. @@ -7,6 +7,7 @@ # under the terms of the license (GNU LGPL) which comes with this package. use strict; +use warnings; if($#ARGV!=1) { die "Usage: perl make_tesh.pl \n";