summaryrefslogtreecommitdiff
path: root/tools/check_for_upgrade.sh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-05-31 09:52:53 -0700
committerRobby Russell <robby@planetargon.com>2012-05-31 09:52:53 -0700
commit91b4758d8f5a910a60de783f15acb66acda68d7f (patch)
treeb3763ca385737b3845d5e633b23ec5322ac2b0ce /tools/check_for_upgrade.sh
parent3fdaf26006e3f075e7ccefd2721295b8bc5172f9 (diff)
downloadzsh-91b4758d8f5a910a60de783f15acb66acda68d7f.tar.gz
zsh-91b4758d8f5a910a60de783f15acb66acda68d7f.tar.bz2
zsh-91b4758d8f5a910a60de783f15acb66acda68d7f.zip
Now with 50% less auto-updates.
Diffstat (limited to 'tools/check_for_upgrade.sh')
-rw-r--r--tools/check_for_upgrade.sh2
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