summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-06-27 18:39:39 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-06-27 18:39:39 +0200
commit0a996c9c6098e8bc972f7af9e0affbd922b1117a (patch)
tree74f35327d79e80374ab4d297e732170925a11222
parenteb445d0f7e155d5919b990ca81992a328be38813 (diff)
downloadpython-lxml-0a996c9c6098e8bc972f7af9e0affbd922b1117a.tar.gz
Fix output in wheel building script.
-rwxr-xr-xtools/manylinux/build-wheels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh
index 8a50e94a..da748fbc 100755
--- a/tools/manylinux/build-wheels.sh
+++ b/tools/manylinux/build-wheels.sh
@@ -51,7 +51,7 @@ build_wheels() {
test -n "$source" -o ! -e "$REQUIREMENTS" \
|| ${PYBIN}/pip install -r "$REQUIREMENTS"
- echo "Starting build with $($PYBIN -V)"
+ echo "Starting build with $($PYBIN/python -V)"
build_wheel "$PYBIN" "$source" &
THIRD=$!