From 3371296e39ce0964af6dc08347acb9998e6c6b29 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 May 2023 17:45:25 +1000 Subject: [PATCH] waf: use python3 even if /usr/bin/python is v2 --- waf | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waf b/waf index c9298c7d9c..a64fad8819 100755 --- a/waf +++ b/waf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function import subprocess diff --git a/wscript b/wscript index 2407f87632..655a7919d6 100644 --- a/wscript +++ b/wscript @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # encoding: utf-8 from __future__ import print_function