VirtualBox

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


Ignore:
Timestamp:
Jul 3, 2018 9:58:12 AM (6 years ago)
Author:
vboxsync
Message:

Installer/Linux: recognize options starting with --, because that's what many users expect

File:
1 edited

Legend:

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

    r72322 r72816  
    169169    shift
    170170    case "$1" in
    171         install)
     171        install|--install)
    172172            ACTION="install"
    173173            ;;
    174174
    175         uninstall)
     175        uninstall|--uninstall)
    176176            ACTION="uninstall"
    177177            ;;
    178178
    179         force)
     179        force|--force)
    180180            FORCE_UPGRADE=1
    181181            ;;
    182         license_accepted_unconditionally)
     182        license_accepted_unconditionally|--license_accepted_unconditionally)
    183183            # Legacy option
    184184            ;;
    185         no_module)
     185        no_module|--no_module)
    186186            BUILD_MODULE=""
    187187            ;;
Note: See TracChangeset for help on using the changeset viewer.

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