1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 11:09:08 +00:00

Fixed a few error messages.

This commit is contained in:
Sorin Ionescu
2012-01-24 23:40:32 -05:00
parent 2594270fdf
commit ec61dbd802
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
# Check for the minimum supported version.
min_zsh_version='4.3.10'
if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
print "omz: too old shell version detected, minimum required: $min_zsh_version"
print "omz: old shell version detected, minimum required: $min_zsh_version" >&2
fi
unset min_zsh_version