summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-20 19:21:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-20 19:21:12 +0000
commitd6855abba491d43926d6bc9680408dd15abbb0d5 (patch)
tree360b8a9c8d95504807450e9197c211e607f0092c /devtools
parent57453e1465d2267ac30bfe2f26259701b9223023 (diff)
downloadMPC-d6855abba491d43926d6bc9680408dd15abbb0d5.tar.gz
Wed Aug 20 19:19:17 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/document_template.pl1
-rwxr-xr-xdevtools/highlight_template.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/devtools/document_template.pl b/devtools/document_template.pl
index f88dfb51..277a5b37 100755
--- a/devtools/document_template.pl
+++ b/devtools/document_template.pl
@@ -1,3 +1,4 @@
+#! /usr/bin/perl
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
diff --git a/devtools/highlight_template.pl b/devtools/highlight_template.pl
index 54769ed6..e8d77920 100755
--- a/devtools/highlight_template.pl
+++ b/devtools/highlight_template.pl
@@ -1,3 +1,4 @@
+#! /usr/bin/perl
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;