Commit 20755df4 authored by johnmaxwelliv's avatar johnmaxwelliv
Browse files

Based on a suggestion from robbyrussel, using env for greater compatibility.

parent 59116a25
...@@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ] ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment