VirtualBox

Changeset 92654 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 30, 2021 8:08:15 PM (3 years ago)
Author:
vboxsync
Message:

Installer/linux: Fix variable name referring to the Python executable. bugref:9840

File:
1 edited

Legend:

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

    r92652 r92654  
    407407    fi
    408408
    409     echo 1>&2 "Python found: $PYTHON, installing bindings..."
     409    echo 1>&2 "Python found: $pythonbin, installing bindings..."
    410410
    411411    # Pass install path via environment
    412412    export VBOX_INSTALL_PATH
    413     $SHELL -c "cd $VBOX_INSTALL_PATH/sdk/installer && $PYTHON vboxapisetup.py install \
     413    $SHELL -c "cd $VBOX_INSTALL_PATH/sdk/installer && $pythonbin vboxapisetup.py install \
    414414        --record $CONFIG_DIR/python-$CONFIG_FILES"
    415415    cat $CONFIG_DIR/python-$CONFIG_FILES >> $CONFIG_DIR/$CONFIG_FILES
    416     rm $CONFIG_DIR/python-$CONFIG_FILES
     416    rm -f $CONFIG_DIR/python-$CONFIG_FILES
    417417
    418418    # Remove files created by Python API setup.
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