This commit is contained in:
GitHub Merge Button 2011-06-05 01:03:17 -07:00
commit 158a965737

View file

@ -1,8 +1,6 @@
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi