Changeset 771


Ignore:
Timestamp:
Aug 2, 2010, 9:46:55 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Use \= to strip spaces when comparing aArgs to "" because Object REXX seems to preserve them on the script's command line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r770 r771  
    431431
    432432    /* @todo */
    433     if (aArgs \== "") then do
     433    if (aArgs \= "") then do
    434434        call SayErr
    435435        call SayErr "Sorry, command line arguments are not yet processed."
Note: See TracChangeset for help on using the changeset viewer.