- Timestamp:
- Oct 22, 2010 6:22:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r33324 r33329 193 193 if [ "$ACTION" = "" ]; then 194 194 info "Unknown command '$1'." 195 else 196 info "Specifying an installation path is not allowed!" 195 usage 197 196 fi 198 usage197 info "Specifying an installation path is not allowed -- using /opt/VirtualBox!" 199 198 ;; 200 199 esac
Note:
See TracChangeset
for help on using the changeset viewer.