Changeset 3549 for print

Show
Ignore:
Timestamp:
05/31/10 11:47:25 (2 years ago)
Author:
jeichar
Message:

fix for windows based builds. spaces workaround did not work so removing that fix. and just update path name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/gradlew.bat

    r3548 r3549  
    3232:check_JAVA_HOME 
    3333@rem Make sure we have a valid JAVA_HOME 
    34 if not ""%JAVA_HOME%"" == """" goto have_JAVA_HOME 
     34if not "%JAVA_HOME%" == "" goto have_JAVA_HOME 
    3535 
    3636echo.