summaryrefslogtreecommitdiff
path: root/tools/check_for_upgrade.sh
diff options
context:
space:
mode:
authorzghember <zghpku@gmail.com>2015-01-03 14:41:34 +0800
committerzghember <zghpku@gmail.com>2015-01-03 14:41:34 +0800
commit8105d4acc960229e8c7fa9dc6936d8ce881c6b8d (patch)
tree3c3ead3f01aa7cfc645155a3c992f046ec328155 /tools/check_for_upgrade.sh
parent6fd0b73e9aba568640005798f737cd73ad0bfdf4 (diff)
parent175b4a807383530aa75145b5b6fdedb3ce1f11f2 (diff)
downloadzsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.tar.gz
zsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.tar.bz2
zsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.zip
Merge commit '175b4a807383530aa75145b5b6fdedb3ce1f11f2'
Diffstat (limited to 'tools/check_for_upgrade.sh')
-rw-r--r--tools/check_for_upgrade.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh
index 4a0803210..b2b356e0c 100644
--- a/tools/check_for_upgrade.sh
+++ b/tools/check_for_upgrade.sh
@@ -22,8 +22,6 @@ if [[ -z "$epoch_target" ]]; then
epoch_target=13
fi
-[ -f ~/.profile ] && source ~/.profile
-
# Cancel upgrade if the current user doesn't have write permissions for the
# oh-my-zsh directory.
[[ -w "$ZSH" ]] || return 0