mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
use env to find perl for helpfiles
This commit is contained in:
parent
71d3065950
commit
8ffbfc050f
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2014-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
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
|
* m0viefreak: 32403: Doc/Zsh/contrib.yo: update zshcontrib
|
||||||
manual for helpfiles improvements.
|
manual for helpfiles improvements.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# helpfiles: make help files for Z-shell builtins from the manual entries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue