Changeset 59600 in vbox for trunk/src/VBox/Installer/common
- Timestamp:
- Feb 5, 2016 4:21:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/vboxapisetup.py
r59599 r59600 49 49 if vboxDest is None: 50 50 vboxDest = os.environ.get('VBOX_INSTALL_PATH', None) 51 52 51 if vboxDest is None: 52 raise Exception("No VBOX_INSTALL_PATH defined, exiting") 53 53 54 54 vboxVersion = os.environ.get("VBOX_VERSION", None)
Note:
See TracChangeset
for help on using the changeset viewer.