At least one of the animals uses a locally installed Perl
version, that is reachable via $PATH
-#!/usr/bin/perl
+#!/usr/bin/env perl
=comment
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}};
-#!/usr/bin/perl
+#!/usr/bin/env perl
=comment
-#!/usr/bin/perl
+#!/usr/bin/env perl
=comment
See accompanying License file for license details
-=cut
+=cut
use vars qw($VERSION); $VERSION = 'REL_0.1';
-#!/usr/bin/perl
+#!/usr/bin/env perl
=comment