From f267f9970c90259a64b1eed82875b498333fa44d Mon Sep 17 00:00:00 2001 From: Christopher Chow Date: Tue, 22 Feb 2011 22:31:26 +1100 Subject: [PATCH] Fix another bug in auto update. Only update .zsh-update when upgrade.sh is called. --- tools/check_for_upgrade.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index 4643739ca..a7b9db5ab 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -25,10 +25,9 @@ then if [ "$line" = Y ] || [ "$line" = y ] then /bin/sh $ZSH/tools/upgrade.sh + + # update the zsh file + _update_zsh_update fi fi fi - -# update the zsh file -_update_zsh_update -