mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Wrong test (wrong OS!) for "classpath" corrected.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5997 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -59,7 +59,7 @@ set DSPACE_CLASSPATH=%CLASSPATH%;config
|
|||||||
for %%f in (lib\*.jar) DO CALL bin\buildpath.bat %%f
|
for %%f in (lib\*.jar) DO CALL bin\buildpath.bat %%f
|
||||||
|
|
||||||
REM If the user only wants the CLASSPATH, just give it now.
|
REM If the user only wants the CLASSPATH, just give it now.
|
||||||
if "%1"!=="classpath" goto javaOpts
|
if not "%1"=="classpath" goto javaOpts
|
||||||
echo %DSPACE_CLASSPATH%
|
echo %DSPACE_CLASSPATH%
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user