blob: c558c75ff5ae9f3010c7f41e7febe5dc645ea1c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- data/cadence.orig 2018-10-28 19:38:18 UTC
+++ data/cadence
@@ -27,11 +27,11 @@ if [ x"$PROCS" != x"" ]; then
fi
fi
-if [ -f /usr/bin/python3 ]; then
- PYTHON=/usr/bin/python3
-else
- PYTHON=python
-fi
+#if [ -f /usr/bin/python3 ]; then
+# PYTHON=/usr/bin/python3
+#else
+# PYTHON=python
+#fi
# We only got here if not running yet
INSTALL_PREFIX="X-PREFIX-X"
|