indentation

This commit is contained in:
Jack
2020-04-27 13:12:25 +03:00
parent 87158a720d
commit add5dbd945
+1 -1
View File
@@ -131,7 +131,7 @@ elif [[ "${SHELL}" =~ /zsh ]]; then
echo "The script appears to be running on bash inside zsh." echo "The script appears to be running on bash inside zsh."
echo "Please explicitly execute the script with zsh or edit the #! at the top of the" echo "Please explicitly execute the script with zsh or edit the #! at the top of the"
echo "script so it points to the zsh executable." echo "script so it points to the zsh executable."
fi fi
echo "Exiting." echo "Exiting."
exit exit
elif [[ "${ZSH_VERSION:0:1}" -lt 5 ]]; then elif [[ "${ZSH_VERSION:0:1}" -lt 5 ]]; then