Changeset 44

Show
Ignore:
Timestamp:
02/03/08 17:45:33 (10 months ago)
Author:
cinc
Message:

Remove trailing '0' from install marker

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/install.CMD

    r42 r44  
    4141rc=SysIni(, "WPSWizard", "installing") 
    4242 
     43/* remove trailing '0' */ 
     44IF LENGTH(rc)>1 THEN rc=LEFT(rc, 1) 
     45 
    4346 
    4447if rc<>"1" THEN DO