summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMacOSX-Framework2
-rw-r--r--lib/optiontable.pl2
-rwxr-xr-xscripts/copyright.pl2
-rwxr-xr-xscripts/delta2
-rwxr-xr-xscripts/release-notes.pl2
-rwxr-xr-xscripts/singleuse.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index fdf51d6a9..1a6bc02d5 100755
--- a/MacOSX-Framework
+++ b/MacOSX-Framework
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index 31cfbcee6..713ed9870 100644
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
print <<HEAD
/***************************************************************************
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 8ead378bd..37d55cfc7 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/delta b/scripts/delta
index 54d662ef6..29b25597b 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index a6d9eb1d9..d52c2554c 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl
index a152ffc40..c3d0510c4 100755
--- a/scripts/singleuse.pl
+++ b/scripts/singleuse.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |