mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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
|
||||
|
||||
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%
|
||||
goto end
|
||||
|
||||
|
Reference in New Issue
Block a user