From 7ab81fa36b6f7f502882c3a52c436611038de9e8 Mon Sep 17 00:00:00 2001
From: pvarga <pvarga@opentext.com>
Date: Mon, 11 Jul 2016 23:09:22 +0000
Subject: [PATCH] OPENDJ-1976 setup.bat doesn't work without 8.3 format

---
 opendj-ldap-toolkit/src/main/assembly/bat/searchrate.bat |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/opendj-ldap-toolkit/src/main/assembly/bat/searchrate.bat b/opendj-ldap-toolkit/src/main/assembly/bat/searchrate.bat
index 9bcd1ac..ffc9203 100644
--- a/opendj-ldap-toolkit/src/main/assembly/bat/searchrate.bat
+++ b/opendj-ldap-toolkit/src/main/assembly/bat/searchrate.bat
@@ -1,22 +1,22 @@
-
-@echo off
-rem The contents of this file are subject to the terms of the Common Development and
-rem Distribution License (the License). You may not use this file except in compliance with the
-rem License.
-rem
-rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
-rem specific language governing permission and limitations under the License.
-rem
-rem When distributing Covered Software, include this CDDL Header Notice in each file and include
-rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
-rem Header, with the fields enclosed by brackets [] replaced by your own identifying
-rem information: "Portions Copyright [year] [name of copyright owner]".
-rem
-rem Copyright 2009 Sun Microsystems, Inc.
-
-setlocal
-
-set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate"
-set SCRIPT_NAME=searchrate
-for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
-
+
+@echo off
+rem The contents of this file are subject to the terms of the Common Development and
+rem Distribution License (the License). You may not use this file except in compliance with the
+rem License.
+rem
+rem You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
+rem specific language governing permission and limitations under the License.
+rem
+rem When distributing Covered Software, include this CDDL Header Notice in each file and include
+rem the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
+rem Header, with the fields enclosed by brackets [] replaced by your own identifying
+rem information: "Portions Copyright [year] [name of copyright owner]".
+rem
+rem Copyright 2009 Sun Microsystems, Inc.
+
+setlocal
+
+set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate"
+set SCRIPT_NAME=searchrate
+call "%~dp0\..\lib\_client-script.bat" %*
+

--
Gitblit v1.10.0