VirtualBox

Changeset 63163 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 8, 2016 1:35:08 PM (8 years ago)
Author:
vboxsync
Message:

Installer/linux: fixed python test

File:
1 edited

Legend:

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

    r61436 r63163  
    358358
    359359    PYTHON=python
    360     if [ ! `python -c 'import sys
     360    if [ "`python -c 'import sys
    361361if sys.version_info >= (2, 6):
    362     print "test"' 2> /dev/null` = "test" ]; then
     362    print \"test\"' 2> /dev/null`" != "test" ]; then
    363363        echo  1>&2 "Python 2.6 or later not available, skipping bindings installation."
    364364        return 1
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