summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings/qpid
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-11-14 17:56:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-11-14 17:56:20 +0000
commitc4a5fd41d2188aa8cbfa34818eaa806cbf5d3e7e (patch)
tree74c7c2d986ccf435e6c8a83dcaa8708681bf40db /qpid/cpp/bindings/qpid
parent3ae327a1ebf49141aceb6c80d4659e0c14bc442b (diff)
downloadqpid-python-c4a5fd41d2188aa8cbfa34818eaa806cbf5d3e7e.tar.gz
QPID-5336: Don't hardcode script interpreter location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qpid')
-rw-r--r--qpid/cpp/bindings/qpid/perl/Makefile.PL2
-rw-r--r--qpid/cpp/bindings/qpid/perl/Makefile.PL.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qpid/perl/Makefile.PL b/qpid/cpp/bindings/qpid/perl/Makefile.PL
index e11545c7d2..db9737a1dd 100644
--- a/qpid/cpp/bindings/qpid/perl/Makefile.PL
+++ b/qpid/cpp/bindings/qpid/perl/Makefile.PL
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
diff --git a/qpid/cpp/bindings/qpid/perl/Makefile.PL.in b/qpid/cpp/bindings/qpid/perl/Makefile.PL.in
index 0e6fb9f0a6..75586cfe74 100644
--- a/qpid/cpp/bindings/qpid/perl/Makefile.PL.in
+++ b/qpid/cpp/bindings/qpid/perl/Makefile.PL.in
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;