1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-13 04:25:48 +02:00

Merge pull request from deepusudhakar/master

Escape $ZSH path in upgrade_oh_my_zsh
This commit is contained in:
Robby Russell
2013-04-12 05:56:50 -07:00

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