diff options
author | Robby Russell <robby@planetargon.com> | 2011-07-17 22:09:24 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-07-17 22:09:24 -0700 |
commit | 4dce1d5d4adc8662e77f936ceab15ae41f3759fe (patch) | |
tree | 5408db136a11807be81c78cf0a44d94c7606532b /tools | |
parent | 202405e2b5d2e355eddb2ef2f801ebdbadf1d1d5 (diff) | |
parent | edcd4f7eea357cefee37a25a371e1dd5d1a6b598 (diff) | |
download | zsh-4dce1d5d4adc8662e77f936ceab15ae41f3759fe.tar.gz zsh-4dce1d5d4adc8662e77f936ceab15ae41f3759fe.tar.bz2 zsh-4dce1d5d4adc8662e77f936ceab15ae41f3759fe.zip |
Merge pull request #476 from theunraveler/master
Paths with spaces in upgrade script
Diffstat (limited to 'tools')
-rw-r--r-- | tools/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh index e30488822..2b75e5541 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -9,4 +9,4 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ '"\033[0m" echo "\033[0;34mHooray! Oh My Zsh has been updated and/or is at the current version.\033[0m" echo "\033[0;34mTo keep up on the latest, be sure to follow Oh My Zsh on twitter: \033[1mhttp://twitter.com/ohmyzsh\033[0m" -cd $current_path +cd "$current_path" |