VirtualBox

Changeset 44921 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2013 10:32:06 AM (12 years ago)
Author:
vboxsync
Message:

Additions/linux: cosmetical fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/run-inst.sh

    r44920 r44921  
    385385# Give the modules the chance to write their stuff
    386386# to the installation config as well.
    387 info "Saving modules configuration ..."
    388 for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
    389 do
     387if [ -n "${INSTALLATION_MODULES_LIST}" ]; then
     388  info "Saving modules configuration ..."
     389  for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
     390  do
    390391    echo "`mod_${CUR_MODULE}_config_save`" >> "$CONFIG_DIR/$CONFIG"
    391 done
     392  done
     393fi
    392394
    393395# Install, set up and start init scripts
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