Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in

/usr/bin.
This commit is contained in:
Adam Weinberger 2014-06-22 17:53:44 +00:00
parent 9f70fa1685
commit 5e97d368a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358817
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
# $FreeBSD$

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
#
# Copyright (c) 2004 Oliver Eikemeier. All rights reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Copyright (c) 1999 Neil Blakey-Milner
# All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
#
# $FreeBSD$

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# MAINTAINER= miwi@FreeBSD.org
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
# $FreeBSD$
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#-
# Copyright (c) 2000 Mark Ovens
# All rights reserved.