Browse code

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

johnmaxwelliv authored on 13/12/2009 at 19:38:37
Showing 1 changed files
... ...
@@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ]
15 15
 then
16 16
   return
17 17
 else
18
-  /bin/zsh $ZSH/tools/check_for_upgrade.sh
18
+  /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
19 19
 fi