summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-10-10 14:19:39 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-10-10 14:19:39 +0200
commit329445afc55e005c3709d1995410467443bc37f4 (patch)
treefbf40468d635e91fc8cb7ab2371d8104d09814b0
parent6150764dafd319031ecf2448a3fb5fec22f715f8 (diff)
downloadzsh-329445afc55e005c3709d1995410467443bc37f4.tar.gz
zsh-329445afc55e005c3709d1995410467443bc37f4.zip
Of course the shebang line of debian/zsh4 needs to be /bin/zsh5, too!
Thanks Aaron Schrab and Sven Joachim! Git-Dch: Ignore
-rwxr-xr-xdebian/zsh42
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh4 b/debian/zsh4
index 5b0e0766b..53065cfca 100755
--- a/debian/zsh4
+++ b/debian/zsh4
@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/zsh5 -f
# This wrapper's sole purpose is to ease the migration of zsh's binary
# location from /bin/zsh4 to /bin/zsh5 between Debian Wheezy and Jessie.