[Pkg-zsh-commits] [zsh] 02/04: The zsh4 wrapper needs to call zsh5, not zsh
Axel Beckert
abe at deuxchevaux.org
Fri Oct 10 11:06:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit a8b00da664fbea424f5c11e9b22f641b66059642
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Fri Oct 10 13:01:09 2014 +0200
The zsh4 wrapper needs to call zsh5, not zsh
Otherwise we may create an endless symbolic link + exec chain during upgrade
Git-Dch: Ignore
---
debian/zsh4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/zsh4 b/debian/zsh4
index 8cf619b..a45e417 100755
--- a/debian/zsh4
+++ b/debian/zsh4
@@ -23,4 +23,4 @@ if [[ $0 == *zsh4* ]]; then
echo ""
fi 1>&2
-exec "/bin/zsh${static}" "$@"
+exec "/bin/zsh5${static}" "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
More information about the Pkg-zsh-commits
mailing list