Changeset 44166 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Dec 19, 2012 4:28:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r44145 r44166 223 223 # with callback mod_mymod_show_options?) 224 224 225 --enable) 226 MODULE_CUR=$2 227 MODULE_CUR_PATH=$2 225 --with-*) 226 MODULE_CUR=$(expr "$ARG" : '--with-\(.*\)') 228 227 # Check if corresponding module in installer/module-$1 exists. 229 228 # Note: Module names may not contain spaces or other funny things.
Note:
See TracChangeset
for help on using the changeset viewer.