aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorJacob Bandes-Storch <jtbandes@gmail.com>2015-11-23 21:44:58 -0800
committerRichard Levitte <levitte@openssl.org>2015-11-24 13:12:57 +0100
commitf4d8f0375566aeee395c9523e4bc6ed3abccf6b5 (patch)
treeeabd66b560b5f549ef57bd6da9427b1588089c31 /Configure
parentb83fb854da7ab6b61c3ec62372cfb857987107fd (diff)
downloadopenssl-f4d8f0375566aeee395c9523e4bc6ed3abccf6b5.tar.gz
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>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index c53c316e2d..e344d05d6d 100755
--- a/Configure
+++ b/Configure
@@ -1,3 +1,4 @@
+# -*- mode: perl; -*-
:
eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;