summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2021-12-30 16:11:46 +0100
committerAxel Beckert <abe@deuxchevaux.org>2021-12-30 16:11:46 +0100
commitdb8c6c1c20f42bb152c653ae21dc79a65f91b491 (patch)
tree0aff8e9c6074518171629ade600e2b48742af244 /debian
parentca06fcefbf5fa82df4aa592c72342d43dfc2bae1 (diff)
downloadzsh-db8c6c1c20f42bb152c653ae21dc79a65f91b491.tar.gz
zsh-db8c6c1c20f42bb152c653ae21dc79a65f91b491.zip
debian/zsh5: Add ${static} suffix also to alternative path in warning
Diffstat (limited to 'debian')
-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