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:
Mark Wood
2010-12-17 15:27:52 +00:00
parent 4c1bb2f6f0
commit 6423312a8f

View File

@@ -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