From d2a87be173ab98cac534c530d10968b8d9b55b8f 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 d31e059..fa2738e 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