VirtualBox

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


Ignore:
Timestamp:
Jan 28, 2014 12:22:32 PM (11 years ago)
Author:
vboxsync
Message:

Solaris/Installer: Fixed another typo that breaks S12 version detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r50055 r50252  
    258258                    # STR_KERN_MAJOR is now of the format "5.12-5.12.0.0.0.9.1.3.0:20121012T032837Z" with '9' representing
    259259                    # the build number.
    260                     BRANCH_VERSION=STR_KERN_MAJOR
     260                    BRANCH_VERSION=$STR_KERN_MAJOR
    261261                    HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'`
    262262                    if test "$HOST_OS_MAJORVERSION" = "5.12"; then
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