1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 15:50:27 +00:00

Based on a suggestion from robbyrussel, using env for greater compatibility.

This commit is contained in:
johnmaxwelliv 2009-12-13 12:38:37 -07:00
parent 1273b9722a
commit d2a87be173

View File

@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then then
return return
else else
/bin/zsh $ZSH/tools/check_for_upgrade.sh /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi fi