quote the $ZSH path to deal with paths with spaces

This commit is contained in:
Damien Hou 2012-04-06 22:37:12 +08:00
commit 579079f0c3

View file

@ -1,6 +1,6 @@
current_path=`pwd`
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
cd $ZSH
cd "$ZSH"
if git pull origin master
then