VirtualBox

Changeset 44090 in vbox for trunk/src


Ignore:
Timestamp:
Dec 11, 2012 12:23:50 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82607
Message:

Linux Guest Additions installer: Fixed switch statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/run-inst.sh

    r44080 r44090  
    234234            ;;
    235235
    236         --force)
    237         force) # Keep for backwards compatibility.
     236        --force|force) # Keep "force" for backwards compatibility.
    238237            FORCE_UPGRADE="force"
    239238            ;;
    240239
    241         --no-setup)
    242         no_setup) # Keep for backwards compatibility.
     240        --no-setup|no_setup) # Keep "no_setup" for backwards compatibility.
    243241            DO_SETUP=""
    244242            ;;
    245243
    246         --no-cleanup)
    247         no_cleanup) # Keep for backwards compatibility.
     244        --no-cleanup|no_cleanup) # Keep "no_cleanup" for backwards compatibility.
    248245            # Do not do cleanup of old modules when removing them.  For
    249246            # testing purposes only.
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