From f868052872a1ce2aba9c3237263b804d7580528e Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 24 Dec 2019 12:22:36 +0100 Subject: build: force bootstrap.py to use python3 The script fails running successfully with python2. --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.py') diff --git a/bootstrap.py b/bootstrap.py index 9df0761df6..93d362c791 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This script simply downloads waf to the current directory -- cgit v1.2.3