From 863efcd6c3c7eb0090255b99a2b43fcf7f7c78dd Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Fri, 18 Oct 2013 17:04:07 +0530
Subject: [PATCH] setup.sh - Quote directory names (which may have spaces)

---
 bin/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/setup.sh b/bin/setup.sh
index 7474b2baf4..bbf19adab1 100755
--- a/bin/setup.sh
+++ b/bin/setup.sh
@@ -97,7 +97,7 @@ if [ ! -z $DBADD ]; then
 fi
 
 # run the cli script to build the menu and the triggers
-cd $CALLEDPATH/..
+cd "$CALLEDPATH/.."
 "$PHP5PATH"php bin/cli.php -e System -a flush --triggers 1 --session 1
 
 # reset config_backend and userFrameworkResourceURL which gets set
-- 
2.25.1