You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/10/06 01:00:56 UTC

svn commit: r1529548 - /juddi/trunk/juddi-client.net/bb-win7.bat

Author: alexoree
Date: Sat Oct  5 23:00:55 2013
New Revision: 1529548

URL: http://svn.apache.org/r1529548
Log:
JUDDI-567 new integration tests, revising script

Modified:
    juddi/trunk/juddi-client.net/bb-win7.bat

Modified: juddi/trunk/juddi-client.net/bb-win7.bat
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/bb-win7.bat?rev=1529548&r1=1529547&r2=1529548&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/bb-win7.bat (original)
+++ juddi/trunk/juddi-client.net/bb-win7.bat Sat Oct  5 23:00:55 2013
@@ -4,7 +4,7 @@ if "%NUNIT_HOME%"=="" (
 	set NUNIT_HOME=c:\juddi\NUnit-2.6.1
 	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
 )
-if not exist %NUNIT_HOME%   (
+if not exist "%NUNIT_HOME%"   (
 	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
 	goto exit
 )



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org