[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Nov 24 13:29:56 UTC 2015
The branch master has been updated
via de17db915e26452819692fd837d788d52b8dd48a (commit)
from f4d8f0375566aeee395c9523e4bc6ed3abccf6b5 (commit)
- Log -----------------------------------------------------------------
commit de17db915e26452819692fd837d788d52b8dd48a
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Nov 24 14:06:45 2015 +0100
Drop the old perl start magic and replace it with a normal shebang
perlrun(1) leads the way.
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Configure b/Configure
index e344d05..cd4f37f 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
More information about the openssl-commits
mailing list