Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 123 for trunk/lingosource


Ignore:
Timestamp:
02/04/08 20:24:23 (4 years ago)
Author:
alex
Message:

changed the next line of the shell_cmd also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r120 r123  
    23312331         
    23322332      else 
    2333         return shell_cmd(cmd) 
     2333         
     2334        if the platform contains "mac" then 
     2335          return shell_cmd(cmd) 
     2336        else 
     2337          return shell_cmd(cmd, void, 0, 0, void, void, void) 
     2338        end if 
     2339         
    23342340      end if 
    23352341    end if 
Note: See TracChangeset for help on using the changeset viewer.