From 1acc5ed575165ab697ac09ae7b8f487d707274ce Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 23 Jul 2007 18:54:58 +0000 Subject: [PATCH] Back out changes made for issue #1985 due to apparent problems with windows 2000. --- opends/resource/bin/stop-ds.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/stop-ds.bat b/opends/resource/bin/stop-ds.bat index c8e26e7..2e9c88c 100644 --- a/opends/resource/bin/stop-ds.bat +++ b/opends/resource/bin/stop-ds.bat @@ -31,7 +31,7 @@ set OPENDS_INVOKE_CLASS="org.opends.server.tools.StopDS" set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=stop-ds" -set DIR_HOME=%~dPs0.. +set DIR_HOME=%~dP0.. set INSTANCE_ROOT=%DIR_HOME% -- Gitblit v1.10.0