Add perl modeline to Configure scripts

Encourages GitHub to perform proper syntax highlighting.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Jacob Bandes-Storch 2015-11-23 21:44:58 -08:00 committed by Richard Levitte
parent b83fb854da
commit f4d8f03755
9 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Standard openssl configuration targets.
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Build configuration targets for openssl-team members
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing

View File

@ -1,3 +1,4 @@
# -*- mode: perl; -*-
:
eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;