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

Matthew Swift
29.29.2013 7ead3f920f15403144629c37cf5c7045120b4e01
Fix OPENDJ-877: ldifsearch.bat is not working

* applied suggested fix.
1 files modified
3 ■■■■ changed files
opendj-ldap-toolkit/src/main/assembly/libbat/_script-util.bat 3 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/assembly/libbat/_script-util.bat
@@ -23,6 +23,7 @@
rem
rem
rem      Copyright 2008-2009 Sun Microsystems, Inc.
rem      Portions copyright 2013 ForgeRock AS.
set SET_JAVA_HOME_AND_ARGS_DONE=false
set SET_ENVIRONMENT_VARS_DONE=false
@@ -182,7 +183,7 @@
exit /B 1
:isVersionOrHelp
if [%1] == [] goto check
if [%1] == [] goto end
if [%1] == [--help] goto end
if [%1] == [-H] goto end
if [%1] == [--version] goto end