indentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user