From 5f141207c0115d8eac1b8c4b97f3e354442f821b Mon Sep 17 00:00:00 2001 From: ys Date: Wed, 24 Apr 2013 11:21:21 +0800 Subject: [PATCH] fix: This line doesn't meet the POSIX standard, and may cause compatibility problems. --- tools/upgrade.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 0aeebdebf..a039d32f0 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -1,5 +1,4 @@ current_path=`pwd` -current_path=${current_path/ /\\ } printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh" cd "$ZSH"