permit perl in PATH different from /usr/bin/perl

This commit is contained in:
Andrew 2018-10-11 23:12:34 +03:00
parent 9b94960cc1
commit acc9953137
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use File::Basename;
use File::Temp qw(tempfile);

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Changelog
# 2017/09/03 staticfloat

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
$hostos = `uname -s | sed -e s/\-.*//`; chop($hostos);