Changeset 18407


Ignore:
Timestamp:
2009-01-21T12:55:00+13:00 (15 years ago)
Author:
ak19
Message:

One of the goto exit statements had a colon before the exit label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.bat

    r17942 r18407  
    121121
    122122if not "%_VERSION%" == "2" echo "Greenstone version unknown"
    123 if not "%_VERSION%" == "2" goto :exit
     123if not "%_VERSION%" == "2" goto exit
    124124
    125125:: Otherwise, we are dealing with Greenstone 2
Note: See TracChangeset for help on using the changeset viewer.