diff options
author | Sébastien M-B <essembeh@gmail.com> | 2012-06-05 14:09:19 +0200 |
---|---|---|
committer | Sébastien M-B <essembeh@gmail.com> | 2012-06-05 14:09:19 +0200 |
commit | 579f33d489c8b61e77279894cd467c3207955c09 (patch) | |
tree | 4b2fa8dc5122c723c60bdfe5f33809657171d6f3 /tools | |
parent | 741388be00fb88b7680e0faa328adf5a86e1f65f (diff) | |
parent | caa15548c107b9c31f61a67547ffab0b0cfe4934 (diff) | |
download | zsh-579f33d489c8b61e77279894cd467c3207955c09.tar.gz zsh-579f33d489c8b61e77279894cd467c3207955c09.tar.bz2 zsh-579f33d489c8b61e77279894cd467c3207955c09.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/check_for_upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index 524aa509d..bbd705a1e 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -23,7 +23,7 @@ then fi epoch_diff=$(($(_current_epoch) - $LAST_EPOCH)) - if [ $epoch_diff -gt 6 ] + if [ $epoch_diff -gt 13 ] then if [ "$DISABLE_UPDATE_PROMPT" = "true" ] then |