Use /usr/bin/env perl instead of /usr/bin/perl
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Sat, 5 Nov 2016 23:19:41 +0000 (00:19 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Sat, 5 Nov 2016 23:19:41 +0000 (00:19 +0100)
At least one of the animals uses a locally installed Perl
version, that is reachable via $PATH

run_branches
run_build
setnotes.pl
update_personality

index e1d0b9e0d5026797fb3c4b159d99982e239f308d..8ee1f9f03edb6ea91c7ecf442e874c819636ba8e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 =comment
 
@@ -100,6 +100,7 @@ if (not exists $EximBuild::Conf{auto_update} or $EximBuild::Conf{auto_update})
        else {
            # if we're the merge base, the ff-only should work
            system('git pull --ff-only') == 0 or die $? >> 8;
+
            say "$0: re-execute after update";
            chdir $CALLED{cwd} or die "$0: Can't chdir to $CALLED{cwd}: $!\n";
            exec $CALLED{argv0}, @{$CALLED{argv}};
index 22124159b8a163c41daab51084a75d0b333c60d5..464526fdee07f4ce47ed196612167d9a97df9087 100755 (executable)
--- a/run_build
+++ b/run_build
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 =comment
 
index d4fcb5707aee6a821753189a62ac014c45aa075f..fb5312ba59115e5ae8cee5229a4b49c99f0ebcb9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 =comment
 
@@ -6,7 +6,7 @@ Copyright (c) 2003-2010, Andrew Dunstan
 
 See accompanying License file for license details
 
-=cut 
+=cut
 
 use vars qw($VERSION); $VERSION = 'REL_0.1';
 
index c16135b019df0b2e431dce7eaffe32e40012b7b1..52a17cc5a31cfb3c852584c5a48ae2c25540df20 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 =comment