VirtualBox

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


Ignore:
Timestamp:
Apr 15, 2021 2:05:33 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143826
Message:

installer: linux: fix typo in routines.sh when detecting python installation.

File:
1 edited

Legend:

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

    r82968 r88546  
    395395    # Check for python2 only, because the generic package does not provide
    396396    # any XPCOM bindings support for python3 since there is no standard ABI.
    397     for p in python python2 python2.6 python 2.7; do
     397    for p in python python2 python2.6 python2.7; do
    398398        if [ "`$p -c 'import sys
    399399if sys.version_info >= (2, 6) and sys.version_info < (3, 0):
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