Write the update file even if `CLOBBER` is unset.

master
Adam Luikart 14 years ago committed by ncanceill
parent 8355233f7f
commit 9590b96b3f
  1. 2
      tools/check_for_upgrade.sh

@ -5,7 +5,7 @@ function _current_epoch() {
}
function _update_zsh_update() {
echo "LAST_EPOCH=$(_current_epoch)" > ~/.zsh-update
echo "LAST_EPOCH=$(_current_epoch)" >! ~/.zsh-update
}
function _upgrade_zsh() {

Loading…
Cancel
Save