From 939762c0ca558218be468ee79a0e75b4371fdfda Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 23 Jul 2007 09:32:53 +0000 Subject: [PATCH] Fix for issue 1985. --- opends/resource/bin/dsframework.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/dsframework.bat b/opends/resource/bin/dsframework.bat index 02c97fa..67340e4 100644 --- a/opends/resource/bin/dsframework.bat +++ b/opends/resource/bin/dsframework.bat @@ -29,5 +29,5 @@ set OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=dsframework" -call "%~dP0\..\lib\_client-script.bat" %* +call "%~dPs0\..\lib\_client-script.bat" %* -- Gitblit v1.10.0