37814: run-help-ip: use an absolute path for the shebang.

mikachu/badarrays
Kamil Dudka 8 years ago committed by Eric Cook
parent 0b37b5149d
commit c7edb354c7

@ -1,3 +1,8 @@
2016-01-28 Eric Cook <llua@gmx.com>
* 37814: Kamil Dudka: Functions/Misc/run-help-ip: use /bin/zsh
as the shebang.
2016-01-27 Barton E. Schaefer <schaefer@zsh.org>
* 37804 (plus error return per 37816): Src/loop.c: first word

@ -1,4 +1,4 @@
#! zsh -f
#!/bin/zsh -f
#
# Install this function by placing it in your FPATH and then
# adding to your .zshrc the line if you use run-help function:

Loading…
Cancel
Save