Changeset 28097


Ignore:
Timestamp:
2013-08-20T14:06:12+12:00 (11 years ago)
Author:
ak19
Message:

Fixing use of env variable MODE. The silent mode of makegs2.bat was only working so far when used by diffcol because the automatic defaults were correct anyway. Now the MODE var does the correct thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/makegs2.bat

    r27622 r28097  
    7474
    7575
    76 if "MODE"=="auto" GOTO UNZIP
     76if "%MODE%"=="auto" GOTO UNZIP
    7777
    7878rem Ask the user to extract now or to directly compile
     
    157157
    158158:PROMPT
    159 if "MODE"=="auto" GOTO WITHALL
     159if "%MODE%"=="auto" GOTO WITHALL
    160160echo.
    161161rem Ask the user what to compile
     
    242242
    243243:NEEDUNZIP
    244 if "MODE"=="auto" GOTO ENDNOUNZIP
     244if "%MODE%"=="auto" GOTO ENDNOUNZIP
    245245echo.
    246246echo /!\ Error /!\ - Some or all the packages are not properly extracted.
Note: See TracChangeset for help on using the changeset viewer.