Changeset 33324 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 21, 2010 6:54:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r33231 r33324 57 57 usage() { 58 58 info "" 59 info "Usage: install [<installation directory>]| uninstall"59 info "Usage: install | uninstall" 60 60 info "" 61 61 info "Example:" … … 193 193 if [ "$ACTION" = "" ]; then 194 194 info "Unknown command '$1'." 195 usage 195 else 196 info "Specifying an installation path is not allowed!" 196 197 fi 197 if [ "`echo $1|cut -c1`" != "/" ]; then 198 info "Please specify an absolute path" 199 usage 200 fi 201 INSTALLATION_DIR="$1" 198 usage 202 199 ;; 203 200 esac
Note:
See TracChangeset
for help on using the changeset viewer.