From 4a08850404d490b5b1dddd7794ba8b3f1523464f Mon Sep 17 00:00:00 2001 From: Andy Little Date: Mon, 8 Jan 2024 15:33:43 +0000 Subject: [PATCH] Change waf-light shebang to say explicitly python3 . See https://github.com/ArduPilot/ardupilot/issues/25923 --- waf-light | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf-light b/waf-light index d895b5be85..f53d6cf7f8 100755 --- a/waf-light +++ b/waf-light @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # encoding: latin-1 # Thomas Nagy, 2005-2018 #