Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] run-help-ip: use the same shebang as in other functions
- X-seq: zsh-workers 37814
- From: Kamil Dudka <kdudka@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] run-help-ip: use the same shebang as in other functions
- Date: Wed, 27 Jan 2016 10:35:08 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
... 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