summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-12-10 21:57:44 +0100
committerFedja Beader <fedja@protonmail.ch>2023-12-10 21:57:44 +0100
commit1e677ba581c547f26a128ec14c2d863c2847cf58 (patch)
treefbcfdec88ce4c443b593f73fed69d6cd4893c067
parent4a741687b758c032149bffe661304240cec73b19 (diff)
downloadtmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.gz
tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.bz2
tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.xz
tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.zip
Explicitly use python2 in build scripts
-rwxr-xr-xconfigure2
-rwxr-xr-xtools/debug-debug-scripts2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 67bcf53..b58f30c 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright 2013 Ben Longbons <b.r.longbons@gmail.com>
#
diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts
index 2112a6e..2d027fc 100755
--- a/tools/debug-debug-scripts
+++ b/tools/debug-debug-scripts
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# encoding: utf-8
from __future__ import print_function