summaryrefslogtreecommitdiff
path: root/devel/pycdc/files/patch-tests_decompyle__test.sh
blob: fff31c17037a5ab2f9a1351124f723b81461f394 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tests/decompyle_test.sh.orig	2024-08-10 12:46:23 UTC
+++ tests/decompyle_test.sh
@@ -6,7 +6,7 @@ if [[ -z "$PYTHON_EXE" ]]; then
 outdir="$2"
 
 if [[ -z "$PYTHON_EXE" ]]; then
-    PYTHON_EXE="$(which python3)"
+    PYTHON_EXE="%%PYTHON_CMD%%"
 fi
 
 if [[ -z "$testname" ]]; then