Changeset 671

Show
Ignore:
Timestamp:
07/16/07 10:07:15 (1 year ago)
Author:
Gregor
Message:

tango.bat: I'm pretty sure this logic is reversed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other/tango/tango.bat

    r668 r671  
    77 
    88set /p answer=Y/n 
    9 if not "%answer%"=="n" goto fail 
     9if "%answer%"=="n" goto fail 
    1010 
    1111REM Install the tango core ...