VirtualBox

Changeset 44919 in vbox for trunk/src/VBox/Installer/linux


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

Additions/linux: another fix

File:
1 edited

Legend:

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

    r44918 r44919  
    344344
    345345info "Installing additional modules ..."
    346 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR"`
     346for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" 2> /dev/null`
    347347    do
    348348        echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
     
    442442#            value below to not override values which are set to a default
    443443#            value in the modules itself.
    444 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-*"`
     444for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-* 2> /dev/null"`
    445445    do
    446446        . "\$CUR_MODULE"
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