[exim-cvs] Changed invocation lines for perl scripts

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Changed invocation lines for perl scripts
Gitweb: http://git.exim.org/exim-website.git/commitdiff/ad00b118488078f18be87b2f4402481e7bea78d2
Commit:     ad00b118488078f18be87b2f4402481e7bea78d2
Parent:     57c0e770e31c2a4e4961aa5b2cfedb292959739c
Author:     Nigel Metheringham <nigel.metheringham@???>
AuthorDate: Fri Jan 28 12:46:33 2011 +0000
Committer:  Nigel Metheringham <nigel.metheringham@???>
CommitDate: Fri Jan 28 12:46:33 2011 +0000


    Changed invocation lines for perl scripts
---
 script/eximhtml2txt.pl |    2 +-
 script/gen.pl          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/script/eximhtml2txt.pl b/script/eximhtml2txt.pl
index 02a5b49..0f03ea4 100755
--- a/script/eximhtml2txt.pl
+++ b/script/eximhtml2txt.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
use strict;
use warnings;
diff --git a/script/gen.pl b/script/gen.pl
index 3c3b435..92cff58 100755
--- a/script/gen.pl
+++ b/script/gen.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
use strict;
use warnings;