From 456a9063dfe6a0306b27dfa160d83c0f6e958efa Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 6 Sep 2022 00:31:49 -0500 Subject: [PATCH] tools: fix shebang to use python3 by default --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index ad26cd54072a28..5ae7a461cc4c6a 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2008 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without