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 | |
parent | 71d3065950102fc151cf686f7237483db09c3847 (diff) | |
download | zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.gz zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.tar.xz zsh-8ffbfc050fe71f69f7de41a584776daeb7068ff7.zip |
use env to find perl for helpfiles
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | Util/helpfiles | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 630f4f1dd..975a98833 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com> + * m0viefreak: 32404: Util/helpfiles: use env to find perl. + * m0viefreak: 32403: Doc/Zsh/contrib.yo: update zshcontrib manual for helpfiles improvements. 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. |