VirtualBox

Ignore:
Timestamp:
Jul 24, 2013 10:16:08 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87512
Message:

OS X installer: more checks for preinstall and postflight scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox/preinstall

    r47362 r47366  
    1313#
    1414
     15set -e
     16
     17# Check environment.
     18if [ "${INSTALLER_TEMP}x" == "x" ]; then
     19    echo "Required environment variable INSTALLER_TEMP is missing. Aborting installation."
     20    exit 1;
     21fi
     22
    1523# Backup previously installed Extension Packs before
    1624# installation process will completely remove previously installed
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette