jjb: tools: mark build as aborted on timeout.
[lttng-ci.git] / scripts / common / print.sh
index 21c5e609219a72253337a918ef57305af0f322de..047ed7d188c8e9d3ea669df8f16616c3979bfc64 100755 (executable)
@@ -108,7 +108,7 @@ print_tooling() {
     ${TAR:-tar} --version | head -n1
 
     print_blue "Selected python version"
-    ${PYTHON} --version
+    ${PYTHON:-python} --version
 
     if command -v "${PYTHON2:-python2}" >/dev/null 2>&1; then
         print_blue "python2 version"
This page took 0.023547 seconds and 4 git commands to generate.