summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-07-17 22:09:24 -0700
committerRobby Russell <robby@planetargon.com>2011-07-17 22:09:24 -0700
commit4dce1d5d4adc8662e77f936ceab15ae41f3759fe (patch)
tree5408db136a11807be81c78cf0a44d94c7606532b /tools
parent202405e2b5d2e355eddb2ef2f801ebdbadf1d1d5 (diff)
parentedcd4f7eea357cefee37a25a371e1dd5d1a6b598 (diff)
downloadzsh-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.sh2
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"