diff options
author | johnmaxwelliv <notifyjohn@gmail.com> | 2009-12-13 12:38:37 -0700 |
---|---|---|
committer | johnmaxwelliv <notifyjohn@gmail.com> | 2009-12-13 12:38:37 -0700 |
commit | 20755df49e28b97e0ad4ba8eef16aef476e9f61a (patch) | |
tree | a18c4d13c2a5fa2d4ecd5346c50e119b999b807d | |
parent | 59116a25f1b071a691a7df2abf2f41d0ed2a2798 (diff) | |
download | zsh-20755df49e28b97e0ad4ba8eef16aef476e9f61a.tar.gz zsh-20755df49e28b97e0ad4ba8eef16aef476e9f61a.tar.bz2 zsh-20755df49e28b97e0ad4ba8eef16aef476e9f61a.zip |
Based on a suggestion from robbyrussel, using env for greater compatibility.
-rw-r--r-- | oh-my-zsh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index d31e059f0..fa2738e18 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 |