summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-11-24 14:06:45 +0100
committerRichard Levitte <levitte@openssl.org>2015-11-24 14:06:45 +0100
commitde17db915e26452819692fd837d788d52b8dd48a (patch)
tree96c466564dced4944791db3a2fce55988c5251b7 /Configure
parentf4d8f0375566aeee395c9523e4bc6ed3abccf6b5 (diff)
Drop the old perl start magic and replace it with a normal shebang
perlrun(1) leads the way. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/Configure b/Configure
index e344d05d6d..cd4f37f491 100755
--- a/Configure
+++ b/Configure
@@ -1,7 +1,6 @@
+#! /usr/bin/env perl
# -*- mode: perl; -*-
-:
-eval 'exec perl -S $0 ${1+"$@"}'
- if $running_under_some_shell;
+
##
## Configure -- OpenSSL source tree configuration script
## If editing this file, run this command before committing