mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 14:09:25 +02:00
Fix python3 symlink
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
PYTHON=python3
|
||||
PYTHON=python
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
-python)
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
PYTHON=python3
|
||||
PYTHON=python
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
-python)
|
||||
|
Reference in New Issue
Block a user