- Timestamp:
- Nov 12, 2015 5:57:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r58669 r58678 597 597 $BIN_MODLOAD -p $modname 598 598 if test $? -eq 0; then 599 subprint "Loaded: $moddesc module"600 599 return 0 601 600 else 602 subprint "Loading: $moddesc ...FAILED!"601 subprint "Loading: $moddesc module ...FAILED!" 603 602 if test "$fatal" = "$FATALOP"; then 604 603 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.