Changeset 13777 in vbox
- Timestamp:
- Nov 4, 2008 9:27:06 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r13499 r13777 57 57 58 58 # Check arch only while installing (because rem_drv works for both arch.) 59 if test -n"$CHECKARCH"; then59 if test ! -z "$CHECKARCH"; then 60 60 # Let us go a step further and check if user has mixed up x86/amd64 61 61 # amd64 ISA, x86 kernel module?? … … 75 75 abort "VirtualBox Host kernel module NOT installed." 76 76 else 77 info "## VirtualBox Host kernel module NOT instal ed."77 info "## VirtualBox Host kernel module NOT installed." 78 78 return 0 79 79 fi
Note:
See TracChangeset
for help on using the changeset viewer.