VirtualBox

Changeset 33324 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 21, 2010 6:54:19 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66902
Message:

Linux installer: don't allow to specify an installation path:x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install.sh

    r33231 r33324  
    5757usage() {
    5858    info ""
    59     info "Usage: install [<installation directory>] | uninstall"
     59    info "Usage: install | uninstall"
    6060    info ""
    6161    info "Example:"
     
    193193            if [ "$ACTION" = "" ]; then
    194194                info "Unknown command '$1'."
    195                 usage
     195            else
     196                info "Specifying an installation path is not allowed!"
    196197            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
    202199            ;;
    203200    esac
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette