From 20755df49e28b97e0ad4ba8eef16aef476e9f61a Mon Sep 17 00:00:00 2001 From: johnmaxwelliv Date: Sun, 13 Dec 2009 12:38:37 -0700 Subject: [PATCH] Based on a suggestion from robbyrussel, using env for greater compatibility. --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index d31e059f..fa2738e1 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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