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

pull/81/head
johnmaxwelliv 2009-12-13 12:38:37 -07:00
parent 59116a25f1
commit 20755df49e
1 changed files with 1 additions and 1 deletions

View File

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