From 9d64e122c4551afa5a6ccc72d4a85e911360437e Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 07 Apr 2008 22:51:18 +0000
Subject: [PATCH] Second part of fix for issue 3126 (Cannot run setup if unziped in directory with spaces in name).

---
 opends/resource/webstart/create-webstart-standalone.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/webstart/create-webstart-standalone.sh b/opends/resource/webstart/create-webstart-standalone.sh
index da06678..3951c40 100755
--- a/opends/resource/webstart/create-webstart-standalone.sh
+++ b/opends/resource/webstart/create-webstart-standalone.sh
@@ -3,7 +3,7 @@
 
 # Determine the location to this script so that we know where we are in the
 # OpenDS source tree.
-cd `dirname $0`
+cd "`dirname $0`"
 SCRIPT_DIR=`pwd`
 cd ../..
 ROOT_DIR=`pwd`

--
Gitblit v1.10.0