summary refs log tree commit diff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2016-01-27 10:35:08 +0100
committerEric Cook <illua@users.sourceforge.net>2016-01-28 20:55:23 -0500
commitc7edb354c78717e369230401f09de0199d56cf4a (patch)
treed548d5d21f995fbf7ec97d318c048e888e575690
parent0b37b5149d2fc56221267936753362bddce2ce4a (diff)
downloadzsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.gz
zsh-c7edb354c78717e369230401f09de0199d56cf4a.tar.xz
zsh-c7edb354c78717e369230401f09de0199d56cf4a.zip
37814: run-help-ip: use an absolute path for the shebang.
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Misc/run-help-ip2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a00c539bd..266570b41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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: