diff options
author | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
---|---|---|
committer | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
commit | a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2 (patch) | |
tree | f3f2896b770b9eb516fb3fe19af2b82bc8fff054 /tools | |
parent | 11d0b3c2ac271f8d87629c73c9832f135558a6a2 (diff) | |
parent | c03aab51645fa7448f4e92b09ab00e2de989010e (diff) | |
download | zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.gz zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.bz2 zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.zip |
Fixing merge
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 feb999aff..5c212b6fa 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24)) if [ -f ~/.zsh-update ] then - source ~/.zsh-update + . ~/.zsh-update epoch_diff=$(($current_epoch - $LAST_EPOCH)) if [ $epoch_diff -gt 6 ] then |