aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-02-25 08:48:52 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-02-25 08:48:52 +0000
commita4ed5532a81d2559a232eb5e3c433d8cd6f698a8 (patch)
treeef2111bf71fa1dee60b8e7794a4f15e0c8b9c5de /Configure
parent1b3b0a54d1f9eafc0be0992a524cd84e2c1daf97 (diff)
downloadopenssl-a4ed5532a81d2559a232eb5e3c433d8cd6f698a8.zip
openssl-a4ed5532a81d2559a232eb5e3c433d8cd6f698a8.tar.gz
openssl-a4ed5532a81d2559a232eb5e3c433d8cd6f698a8.tar.bz2
Don't hard-code path to Perl interpreter on shebang line of Configure
script. Instead use the usual Shell->Perl transition trick.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/Configure b/Configure
index 6f2ef0f..91b3019 100755
--- a/Configure
+++ b/Configure
@@ -1,4 +1,9 @@
-#!/usr/local/bin/perl -w
+:
+eval 'exec perl $0 -S ${1+"$@"}'
+ if $running_under_some_shell;
+##
+## Configure -- OpenSSL source tree configuration script
+##
require 5.000;
use strict;