VirtualBox

Changeset 50054 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Jan 10, 2014 5:47:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91553
Message:

Solaris/Installer: Fix typo in vboxconfig.sh which breaks S12.

File:
1 edited

Legend:

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

    r49867 r50054  
    260260                    BRANCH_VERSION=STR_KERN_MAJOR
    261261                    HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'`
    262                     if test "HOST_OS_MAJORVERSION" = "5.12"; then
     262                    if test "$HOST_OS_MAJORVERSION" = "5.12"; then
    263263                        HOST_OS_MINORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f6 -d'.'`
    264264                        return 0
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