mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

al_xipe
28.24.2006 b1ec2f5b18f75021fe843afa925cef7cb72f1da9
fix for issue 893 
the batch files just needed a couple of double-quotes
17 files modified
34 ■■■■ changed files
opends/resource/bin/backup.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/configure-ds.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/encode-password.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/export-ldif.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/import-ldif.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldapcompare.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldapdelete.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldapmodify.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldappasswordmodify.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldapsearch.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldif-diff.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldifmodify.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/ldifsearch.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/makeldif.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/restore.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/stop-ds.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/verify-index.bat 2 ●●● patch | view | raw | blame | history
opends/resource/bin/backup.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.BackUpDB"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/configure-ds.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.ConfigureDS"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/encode-password.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.EncodePassword"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/export-ldif.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.ExportLDIF"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/import-ldif.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/ldapcompare.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPCompare"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldapdelete.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPDelete"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldapmodify.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPModify"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldappasswordmodify.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldapsearch.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldif-diff.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFDiff"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/ldifmodify.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/ldifsearch.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/makeldif.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF"
call %~dP0\_server-script.bat --resourcePath "%~dP0..\config\MakeLDIF" %*
call "%~dP0\_server-script.bat" --resourcePath "%~dP0..\config\MakeLDIF" %*
opends/resource/bin/restore.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.RestoreDB"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*
opends/resource/bin/stop-ds.bat
@@ -28,4 +28,4 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.StopDS"
call %~dP0\_client-script.bat %*
call "%~dP0\_client-script.bat" %*
opends/resource/bin/verify-index.bat
@@ -28,5 +28,5 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.VerifyIndex"
call %~dP0\_server-script.bat %*
call "%~dP0\_server-script.bat" %*