summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/zsh52
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh5 b/debian/zsh5
index 91b831c5b..a3d49dda4 100644
--- a/debian/zsh5
+++ b/debian/zsh5
@@ -15,7 +15,7 @@ if [[ "$0" == *zsh5* ]]; then
echo ""
echo " ####"
- echo " #### $0 is deprecated, please switch to /bin/zsh${static} (or /usr/bin/zsh)"
+ echo " #### $0 is deprecated, please switch to /bin/zsh${static} (or /usr/bin/zsh${static})"
if [[ "$1" == "-l" || "$0" == -* ]]; then
echo ' #### Use "chsh -s '"/bin/zsh${static}"'" to change your login shell'
fi