Drop the old perl start magic and replace it with a normal shebang

perlrun(1) leads the way.

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Richard Levitte 2015-11-24 14:06:45 +01:00
parent f4d8f03755
commit de17db915e
1 changed files with 2 additions and 3 deletions

View File

@ -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