VirtualBox

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


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

Additions/linux: installer fix

File:
1 edited

Legend:

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

    r44917 r44918  
    224224
    225225            --with-*)
    226                 MODULE_CUR=$(expr "$ARG" : '--with-\(.*\)')
     226                MODULE_CUR=`expr "$ARG" : '--with-\(.*\)'`
    227227                # Check if corresponding module in installer/module-$1 exists.
    228228                # Note: Module names may not contain spaces or other funny things.
     
    344344
    345345info "Installing additional modules ..."
    346 for CUR_MODULE in $(find "$INSTALLATION_MODULES_DIR")
     346for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR"`
    347347    do
    348348        echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
     
    386386for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
    387387do
    388     echo "$(mod_${CUR_MODULE}_config_save)" >> "$CONFIG_DIR/$CONFIG"
     388    echo "`mod_${CUR_MODULE}_config_save`" >> "$CONFIG_DIR/$CONFIG"
    389389done
    390390
     
    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-*"`
    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