From: Jacob Bandes-Storch Date: Tue, 24 Nov 2015 05:44:58 +0000 (-0800) Subject: Add perl modeline to Configure scripts X-Git-Tag: OpenSSL_1_1_0-pre1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d8f0375566aeee395c9523e4bc6ed3abccf6b5;p=thirdparty%2Fopenssl.git Add perl modeline to Configure scripts Encourages GitHub to perform proper syntax highlighting. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index a24b9920a58..f77bfda90dc 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Standard openssl configuration targets. ## ## If you edit this file, run this command before committing diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index 0e78a14a022..1a567d19e81 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Build configuration targets for openssl-team members ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-ben.conf b/Configurations/99-personal-ben.conf index 94ea6d04aea..ed7fa216d6e 100644 --- a/Configurations/99-personal-ben.conf +++ b/Configurations/99-personal-ben.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-bodo.conf b/Configurations/99-personal-bodo.conf index c9a753417ed..2cb22e14888 100644 --- a/Configurations/99-personal-bodo.conf +++ b/Configurations/99-personal-bodo.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-geoff.conf b/Configurations/99-personal-geoff.conf index adf0990c7ce..ca0ded9a1b2 100644 --- a/Configurations/99-personal-geoff.conf +++ b/Configurations/99-personal-geoff.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-levitte.conf b/Configurations/99-personal-levitte.conf index 18fbcdc81c1..6df2ea623ff 100644 --- a/Configurations/99-personal-levitte.conf +++ b/Configurations/99-personal-levitte.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-rse.conf b/Configurations/99-personal-rse.conf index e9318fc7b0b..0cbe29ff5c8 100644 --- a/Configurations/99-personal-rse.conf +++ b/Configurations/99-personal-rse.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configurations/99-personal-steve.conf b/Configurations/99-personal-steve.conf index b75e6a3d622..ed25f9cefab 100644 --- a/Configurations/99-personal-steve.conf +++ b/Configurations/99-personal-steve.conf @@ -1,3 +1,4 @@ +## -*- mode: perl; -*- ## Personal configuration targets ## ## If you edit this file, run this command before committing diff --git a/Configure b/Configure index c53c316e2d8..e344d05d6d2 100755 --- a/Configure +++ b/Configure @@ -1,3 +1,4 @@ +# -*- mode: perl; -*- : eval 'exec perl -S $0 ${1+"$@"}' if $running_under_some_shell;