projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d8f03
)
Drop the old perl start magic and replace it with a normal shebang
author
Richard Levitte
<levitte@openssl.org>
Tue, 24 Nov 2015 13:06:45 +0000
(14:06 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 24 Nov 2015 13:06:45 +0000
(14:06 +0100)
perlrun(1) leads the way.
Reviewed-by: Matt Caswell <matt@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index e344d05d6d2b640818c29eddea5b8932f41d9128..cd4f37f4919c0a90e76c95cf1ae713c690181e96 100755
(executable)
--- 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