aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-25 09:43:26 +0000
committerBen Laurie <ben@openssl.org>1999-02-25 09:43:26 +0000
commit4f9b306ca7495207b23f08aaabf0e7e25857e48b (patch)
treefa1e457c29278387e1be0a9c6a6bdc1337749d92 /Configure
parent74cc3698bdb1e55cea9927122e4adaea828514c9 (diff)
downloadopenssl-4f9b306ca7495207b23f08aaabf0e7e25857e48b.zip
openssl-4f9b306ca7495207b23f08aaabf0e7e25857e48b.tar.gz
openssl-4f9b306ca7495207b23f08aaabf0e7e25857e48b.tar.bz2
Fix clearly untested "clever" hack.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 91b3019..d93d534 100755
--- a/Configure
+++ b/Configure
@@ -1,5 +1,5 @@
:
-eval 'exec perl $0 -S ${1+"$@"}'
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
##
## Configure -- OpenSSL source tree configuration script