From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.

---
 sdk/resource/bin/_client-script.bat |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/sdk/resource/bin/_client-script.bat b/sdk/resource/bin/_client-script.bat
index b5a4ac5..aa390ed 100755
--- a/sdk/resource/bin/_client-script.bat
+++ b/sdk/resource/bin/_client-script.bat
@@ -32,15 +32,7 @@
 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
 set INSTALL_ROOT=%DIR_HOME%
 
-set INSTANCE_DIR=
-for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
-  set INSTANCE_DIR=%%a
-)
-set CUR_DIR=%~dp0
-cd /d %INSTALL_ROOT%
-cd /d %INSTANCE_DIR%
-set INSTANCE_ROOT=%CD%
-cd /d %CUR_DIR%
+if "%NO_CHECK%" == "" set NO_CHECK=true
 
 if "%OPENDS_INVOKE_CLASS%" == "" goto noInvokeClass
 goto launchCommand

--
Gitblit v1.10.0