fixed autoupdate

master
nebirhos 15 years ago
parent 784c56cd09
commit 626fa5b1d8
  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