diff options
author | Robby Russell <robby@planetargon.com> | 2014-12-19 20:31:49 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-12-19 20:31:49 -0800 |
commit | c63f27a9f2a324fa094ddcb4235f28b0254cc457 (patch) | |
tree | c4e1e81f25eb666fabc6da5e3ec59c0dc9b1d091 | |
parent | 5167450ef98c1b0fb05b68006412915320a98501 (diff) | |
parent | 83553597a1430e2f3459de74de1cf33ae4ce67be (diff) | |
download | zsh-c63f27a9f2a324fa094ddcb4235f28b0254cc457.tar.gz zsh-c63f27a9f2a324fa094ddcb4235f28b0254cc457.tar.bz2 zsh-c63f27a9f2a324fa094ddcb4235f28b0254cc457.zip |
Merge pull request #3412 from mcornella/feltnerm-patch-1
Disable sourcing .profile when checking for available updates
-rw-r--r-- | tools/check_for_upgrade.sh | 2 |
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 |