Add perl modeline to Configure scripts
authorJacob Bandes-Storch <jtbandes@gmail.com>
Tue, 24 Nov 2015 05:44:58 +0000 (21:44 -0800)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Nov 2015 12:12:57 +0000 (13:12 +0100)
Encourages GitHub to perform proper syntax highlighting.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/10-main.conf
Configurations/90-team.conf
Configurations/99-personal-ben.conf
Configurations/99-personal-bodo.conf
Configurations/99-personal-geoff.conf
Configurations/99-personal-levitte.conf
Configurations/99-personal-rse.conf
Configurations/99-personal-steve.conf
Configure

index a24b9920a58426bb5d6d351d8cf23315b966826d..f77bfda90dcc01873fa8a0fba8c4eff61656be18 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Standard openssl configuration targets.
 ##
 ## If you edit this file, run this command before committing
index 0e78a14a022a2a149db478409cfd63e77e7d179e..1a567d19e814dad047c80715ffd9d39c2e948707 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Build configuration targets for openssl-team members
 ##
 ## If you edit this file, run this command before committing
index 94ea6d04aea3c08dbd46d91fab56ea1d59cd6acb..ed7fa216d6e9fa9273f6feb06039106d3ae7ae2c 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index c9a753417edc73a83f034ed9f79796ef10a8a58e..2cb22e14888cc684bff590b21b17842f179ad229 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index adf0990c7cee4c1d6293a1f974f32e1463d7567c..ca0ded9a1b28056887c18b4f54e6de15c7fd1961 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index 18fbcdc81c1b751f94de08235c4c50eb8c4ca4d3..6df2ea623ff43d514c3e4e2ad03daa02ae1c9ecf 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index e9318fc7b0b19b3e8debebd69c3c3ab2fe515b84..0cbe29ff5c8adccadc64a559b7cd126ddbe8df0c 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index b75e6a3d622e5f1457317ce088ad881a0022afb4..ed25f9cefabce69087b688772b0a906e5a51d46b 100644 (file)
@@ -1,3 +1,4 @@
+## -*- mode: perl; -*-
 ## Personal configuration targets
 ##
 ## If you edit this file, run this command before committing
index c53c316e2d82ea848020138c134211e5184ded63..e344d05d6d2b640818c29eddea5b8932f41d9128 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1,3 +1,4 @@
+# -*- mode: perl; -*-
 :
 eval 'exec perl -S $0 ${1+"$@"}'
     if $running_under_some_shell;