Changeset 47366 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox/preinstall
- Timestamp:
- Jul 24, 2013 10:16:08 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87512
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/preinstall
r47362 r47366 13 13 # 14 14 15 set -e 16 17 # Check environment. 18 if [ "${INSTALLER_TEMP}x" == "x" ]; then 19 echo "Required environment variable INSTALLER_TEMP is missing. Aborting installation." 20 exit 1; 21 fi 22 15 23 # Backup previously installed Extension Packs before 16 24 # installation process will completely remove previously installed
Note:
See TracChangeset
for help on using the changeset viewer.