Changeset 44904 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 4, 2013 9:59:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r44528 r44904 235 235 mod_${MODULE_CUR}_init 236 236 if test $? -ne 0; then 237 echo 1>&2 "Module '${ CUR_MODULE}' failed to initialize"237 echo 1>&2 "Module '${MODULE_CUR}' failed to initialize" 238 238 if ! test "$FORCE_UPGRADE" = "force"; then 239 239 return 1
Note:
See TracChangeset
for help on using the changeset viewer.