diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 21:57:44 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 21:57:44 +0100 |
commit | 1e677ba581c547f26a128ec14c2d863c2847cf58 (patch) | |
tree | fbcfdec88ce4c443b593f73fed69d6cd4893c067 | |
parent | 4a741687b758c032149bffe661304240cec73b19 (diff) | |
download | tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.gz tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.bz2 tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.tar.xz tmwa-1e677ba581c547f26a128ec14c2d863c2847cf58.zip |
Explicitly use python2 in build scripts
-rwxr-xr-x | configure | 2 | ||||
-rwxr-xr-x | tools/debug-debug-scripts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |