use env to find perl for helpfiles

This commit is contained in:
m0viefreak 2014-02-17 05:07:57 +01:00 committed by Peter Stephenson
parent 71d3065950
commit 8ffbfc050f
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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.