mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
quote the $ZSH path to deal with paths with spaces
This commit is contained in:
parent
1120f97305
commit
579079f0c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
current_path=`pwd`
|
current_path=`pwd`
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue