diff options
author | m0viefreak <m0viefreak.cm@googlemail.com> | 2014-02-17 05:07:57 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-02-18 19:50:08 +0000 |
commit | 8ffbfc050fe71f69f7de41a584776daeb7068ff7 (patch) | |
tree | c5b4f0219b711f6d24866c51dc7f2df8e934869e /Util/helpfiles | |
parent | 71d3065950102fc151cf686f7237483db09c3847 (diff) | |
download | zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.gz zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.xz zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.zip |
use env to find perl for helpfiles
Diffstat (limited to 'Util/helpfiles')
-rwxr-xr-x | Util/helpfiles | 2 |
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. |