Ignore:
Timestamp:
2021-10-23T18:43:00+13:00 (3 years ago)
Author:
davidb
Message:

Fixed syntax errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/rk-setup.bat

    r35680 r35681  
    33:: Script assumes you are in the same directory as rk-setup.bat when it is run
    44
    5 if "%RK_HOME%" != "" (
    6   echo Your Environment has already been set up for the Greenstone Release Kit!!
    7   goto done
    8 )
     5if "%RK_HOME%" == "" goto start
     6
     7echo Your Environment has already been set up for the Greenstone Release Kit!!
     8goto done
     9
     10:start
    911
    1012set RK_HOME=%CD%
     
    3537set bootclasspath=
    3638
    37 done:
     39:done
Note: See TracChangeset for help on using the changeset viewer.