Changeset 120 for trunk/lingosource
- Timestamp:
- 02/04/08 20:18:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/alexUtilities.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/alexUtilities.ls
r93 r120 2323 2323 else 2324 2324 if returnList = 1 then 2325 return shell_cmd_list(cmd) 2325 2326 if the platform contains "mac" then 2327 return shell_cmd_list(cmd) 2328 else 2329 return shell_cmd(cmd, void, 0, 1, void, void, void) 2330 end if 2331 2326 2332 else 2327 2333 return shell_cmd(cmd)
Note: See TracChangeset
for help on using the changeset viewer.
