about summary refs log tree commit diff
path: root/Util
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2014-02-17 05:07:57 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-02-18 19:50:08 +0000
commit8ffbfc050fe71f69f7de41a584776daeb7068ff7 (patch)
treec5b4f0219b711f6d24866c51dc7f2df8e934869e /Util
parent71d3065950102fc151cf686f7237483db09c3847 (diff)
downloadzsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.gz
zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.xz
zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.zip
use env to find perl for helpfiles
Diffstat (limited to 'Util')
-rwxr-xr-xUtil/helpfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/helpfiles b/Util/helpfiles
index cdce8880b..9e611d7cc 100755
--- a/Util/helpfiles
+++ b/Util/helpfiles
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -- -*-perl-*-
+#!/usr/bin/env perl
 
 # helpfiles:  make help files for Z-shell builtins from the manual entries.