mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Based on a suggestion from robbyrussel, using env for greater compatibility.
This commit is contained in:
parent
59116a25f1
commit
20755df49e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
||||||
then
|
then
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
/bin/zsh $ZSH/tools/check_for_upgrade.sh
|
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue