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/ldifmodify.bat | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/opendj-ldap-toolkit/src/main/assembly/bat/ldifmodify.bat b/opendj-ldap-toolkit/src/main/assembly/bat/ldifmodify.bat index a2642ca..2d9a469 100644 --- a/opendj-ldap-toolkit/src/main/assembly/bat/ldifmodify.bat +++ b/opendj-ldap-toolkit/src/main/assembly/bat/ldifmodify.bat @@ -1,21 +1,21 @@ - -@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 2012 ForgeRock AS. - -setlocal - -set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFModify" -set SCRIPT_NAME=ldifmodify -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 2012 ForgeRock AS. + +setlocal + +set OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFModify" +set SCRIPT_NAME=ldifmodify +call "%~dp0\..\lib\_client-script.bat" %* -- Gitblit v1.10.0