summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/document_template.pl2
-rwxr-xr-xdevtools/highlight_template.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/devtools/document_template.pl b/devtools/document_template.pl
index ffbdcbfd..66f5aa7e 100755
--- a/devtools/document_template.pl
+++ b/devtools/document_template.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/env 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 8a94bcb7..e165371e 100755
--- a/devtools/highlight_template.pl
+++ b/devtools/highlight_template.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/env perl
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;