Skip to content

Commit

Permalink
Based on a suggestion from robbyrussel, using env for greater compati…
Browse files Browse the repository at this point in the history
…bility.
  • Loading branch information
johnmaxwelliv committed Dec 13, 2009
1 parent 59116a2 commit 20755df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20755df

Please sign in to comment.