Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] run-help-ip: use the same shebang as in other functions



... 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



Messages sorted by: Reverse Date, Date, Thread, Author