mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 20:49:25 +00:00
Based on a suggestion from robbyrussel, using env for greater compatibility.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user