The branch master has been updated
via de17db915e26452819692fd837d788d52b8dd48a (commit)
from f4d8f0375566aeee395c9523e4bc6ed3abccf6b5 (commit)
- Log -----------------------------------------------------------------
commit de17db915e26452819692fd837d788d52b8dd48a
Author: Richard Levitte <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits