Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix another bunch of shebang with env
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Sep 2015 13:54:50 +0000 (15:54 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Sep 2015 13:54:50 +0000 (15:54 +0200)
My search query was not catching them :/

examples/platforms/generation_scripts/create_hierarchical_clusters.pl
examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl
examples/simdag/dax/generate_forkjoin.pl
examples/simdag/dax/generate_strassen.pl
teshsuite/smpi/mpich3-test/checktests
teshsuite/smpi/mpich3-test/runtests
tools/doxygen/fig2dev_postprocessor.pl
tools/sg_unit_extractor.pl
tools/tesh/tesh.pl

index 33877a1..f655761 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2011-2012, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2011-2012, 2014. The SimGrid Team.
 # All rights reserved.
index 654f604..dd56ba8 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2011-2012, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2011-2012, 2014. The SimGrid Team.
 # All rights reserved.
index aafcab1..545ccf9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2009, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2009, 2014. The SimGrid Team.
 # All rights reserved.
index ec59f83..060f899 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2009, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2009, 2014. The SimGrid Team.
 # All rights reserved.
index ab26692..0c6ed52 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#! /usr/bin/env perl
 
 $debug   = 1;
 $verbose = 1;
 
 $debug   = 1;
 $verbose = 1;
index 8d28884..b356be9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 # -*- Mode: perl; -*-
 #
 # This script is the beginnings of a script to run a sequence of test
 # -*- Mode: perl; -*-
 #
 # This script is the beginnings of a script to run a sequence of test
index b5b7d82..d14ce09 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2010, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2010, 2014. The SimGrid Team.
 # All rights reserved.
index 1c29e79..6502ccf 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2005-2012, 2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2005-2012, 2014. The SimGrid Team.
 # All rights reserved.
index 2dd685b..e83cbc6 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 # Copyright (c) 2012-2014. The SimGrid Team.
 # All rights reserved.
 
 # Copyright (c) 2012-2014. The SimGrid Team.
 # All rights reserved.