- Timestamp:
- Aug 24, 2012 10:13:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist
r42984 r42985 57 57 } 58 58 59 system.log("isLeopard: " + isLeopard); 59 60 if (!isLeopard) 60 61 { 61 62 try 62 63 { 63 result = system.run('checkforrunningvms') == '1'; 64 rcScript = system.run('checkforrunningvms'); 65 result = (rcScript == '1'); 66 system.log("checkforrunningvms returned: " + rcScript); 64 67 } catch (e) { system.log(e); } 65 68
Note:
See TracChangeset
for help on using the changeset viewer.