Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Is there a good way to test for a minimal ZSH version in a shell script?
I tried
if [[ $ZSH_VERSION -ge 5.3]] then
echo yes
fi
but that fails if the version has more than one decimal point (e.g. 5.5.1).
Thanks,
- Michael