Commit de17db91 authored by Richard Levitte's avatar Richard Levitte
Browse files

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



perlrun(1) leads the way.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent f4d8f037
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
#! /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