aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-07-17 10:45:54 +0200
committerGitHub <[email protected]>2018-07-17 10:45:54 +0200
commit0e9c319480d9cfb778b654bf2cd71e7bd31464f9 (patch)
tree44ff50b271b02a803d6b7d4d038fc003a2b66625
parenteb785f640e454a0a893da133e5e904b2b10f4017 (diff)
parentf3907214318bfd697433794bc3ac905ffe69f5ce (diff)
downloadotp-0e9c319480d9cfb778b654bf2cd71e7bd31464f9.tar.gz
otp-0e9c319480d9cfb778b654bf2cd71e7bd31464f9.tar.bz2
otp-0e9c319480d9cfb778b654bf2cd71e7bd31464f9.zip
Merge pull request #1871 from starbelly/shim-friendly-emakefile
Preprend PERL with /usr/bin/env
-rwxr-xr-xmake/make_emakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make_emakefile.in b/make/make_emakefile.in
index fbca77887a..e0740d1013 100755
--- a/make/make_emakefile.in
+++ b/make/make_emakefile.in
@@ -1,4 +1,4 @@
-#!@PERL@
+#!/usr/bin/env @PERL@
# -*- cperl -*-
use strict;