diff options
| author | Kamil Dudka <kdudka@redhat.com> | 2016-01-27 10:35:08 +0100 |
|---|---|---|
| committer | Eric Cook <illua@users.sourceforge.net> | 2016-01-28 20:55:23 -0500 |
| commit | c7edb354c78717e369230401f09de0199d56cf4a (patch) | |
| tree | d548d5d21f995fbf7ec97d318c048e888e575690 /Functions/Misc | |
| parent | 37804 (plus 37816): first word following "repeat" should be evaluated as math (diff) | |
| download | zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.gz zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.bz2 zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.lz zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.xz zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.zst zsh-c7edb354c78717e369230401f09de0199d56cf4a.zip | |
37814: run-help-ip: use an absolute path for the shebang.
Diffstat (limited to 'Functions/Misc')
| -rw-r--r-- | Functions/Misc/run-help-ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/run-help-ip b/Functions/Misc/run-help-ip index 3f15b01fb..740af52b5 100644 --- a/Functions/Misc/run-help-ip +++ b/Functions/Misc/run-help-ip @@ -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: |
