[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Nov 24 12:13:54 UTC 2015
The branch master has been updated
via f4d8f0375566aeee395c9523e4bc6ed3abccf6b5 (commit)
from b83fb854da7ab6b61c3ec62372cfb857987107fd (commit)
- Log -----------------------------------------------------------------
commit f4d8f0375566aeee395c9523e4bc6ed3abccf6b5
Author: Jacob Bandes-Storch <jtbandes at gmail.com>
Date: Mon Nov 23 21:44:58 2015 -0800
Add perl modeline to Configure scripts
Encourages GitHub to perform proper syntax highlighting.
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
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 a24b992..f77bfda 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 0e78a14..1a567d1 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 94ea6d0..ed7fa21 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 c9a7534..2cb22e1 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 adf0990..ca0ded9 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 18fbcdc..6df2ea6 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 e9318fc..0cbe29f 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 b75e6a3..ed25f9c 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 c53c316..e344d05 100755
--- a/Configure
+++ b/Configure
@@ -1,3 +1,4 @@
+# -*- mode: perl; -*-
:
eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
More information about the openssl-commits
mailing list