zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] run-help-ip: use the same shebang as in other functions
@ 2016-01-27  9:35 Kamil Dudka
  0 siblings, 0 replies; only message in thread
From: Kamil Dudka @ 2016-01-27  9:35 UTC (permalink / raw)
  To: zsh-workers

... to prevent rpmlint from reporting the following errors:

zsh.i686: E: wrong-script-interpreter /usr/share/zsh/5.2/functions/run-help-ip zsh
zsh.x86_64: E: wrong-script-interpreter /usr/share/zsh/5.2/functions/run-help-ip zsh
zsh.armv7hl: E: wrong-script-interpreter /usr/share/zsh/5.2/functions/run-help-ip zsh
---
 Functions/Misc/run-help-ip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Functions/Misc/run-help-ip b/Functions/Misc/run-help-ip
index 3f15b01..740af52 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:
-- 
2.5.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-27  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27  9:35 [PATCH] run-help-ip: use the same shebang as in other functions Kamil Dudka

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).