Merged pull request #315 from nebirhos/master.

Fixies auto update (2nd try)
master
Robby Russell 15 years ago
commit a525993f6b
  1. 9
      tools/check_for_upgrade.sh

@ -25,10 +25,11 @@ then
if [ "$line" = Y ] || [ "$line" = y ]
then
/bin/sh $ZSH/tools/upgrade.sh
# update the zsh file
_update_zsh_update
fi
fi
else
# create the zsh file
_update_zsh_update
fi
# update the zsh file
_update_zsh_update

Loading…
Cancel
Save