From f4d8f0375566aeee395c9523e4bc6ed3abccf6b5 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 23 Nov 2015 21:44:58 -0800 Subject: [PATCH] Add perl modeline to Configure scripts Encourages GitHub to perform proper syntax highlighting. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- Configurations/10-main.conf | 1 + Configurations/90-team.conf | 1 + Configurations/99-personal-ben.conf | 1 + Configurations/99-personal-bodo.conf | 1 + Configurations/99-personal-geoff.conf | 1 + Configurations/99-personal-levitte.conf | 1 + Configurations/99-personal-rse.conf | 1 + Configurations/99-personal-steve.conf | 1 + Configure | 1 + 9 files changed, 9 insertions(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index a24b9920a..f77bfda90 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 0e78a14a0..1a567d19e 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 94ea6d04a..ed7fa216d 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 c9a753417..2cb22e148 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 adf0990c7..ca0ded9a1 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 18fbcdc81..6df2ea623 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 e9318fc7b..0cbe29ff5 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 b75e6a3d6..ed25f9cef 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 c53c316e2..e344d05d6 100755 --- a/Configure +++ b/Configure @@ -1,3 +1,4 @@ +# -*- mode: perl; -*- : eval 'exec perl -S $0 ${1+"$@"}' if $running_under_some_shell;