Changed shebang to use /usr/bin/env

This commit is contained in:
Alistair MacLeod 2012-10-21 21:05:56 +01:00
parent 184230fcf2
commit 86b7b034dc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! /usr/bin/env perl
use strict;
use warnings;

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! /usr/bin/env perl
use strict;
use warnings;