From ad00b118488078f18be87b2f4402481e7bea78d2 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Fri, 28 Jan 2011 12:46:33 +0000 Subject: [PATCH] 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; -- 2.30.2