VirtualBox

Changeset 104187 in vbox for trunk


Ignore:
Timestamp:
Apr 5, 2024 1:03:16 PM (10 months ago)
Author:
vboxsync
Message:

Installer/solaris: Fix a regression in the postinstall script which
accidentally skipped all valid Python versions when evaluating which
Python SDK bindings to install. Some required Python indentation was
missing but the error was masked by stderr being redirected to
/dev/null. bugref:10579

File:
1 edited

Legend:

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

    r103028 r104187  
    987987                if [ "`$PYTHON_BIN -c 'import sys
    988988if sys.version_info >= (2, 6) and (sys.version_info < (3, 0) or sys.version_info >= (3, 3)):
    989 print(\"test\")' 2> /dev/null`" != "test" ]; then
     989    print(\"test\")' 2> /dev/null`" != "test" ]; then
    990990                    continue
    991991                fi
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