From 5db9779f143020e04bbb46b91c5ff9bcc10da681 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Thu, 8 Sep 2022 09:55:21 -0500 Subject: [PATCH] tools: fix shebang to use python3 by default PR-URL: https://github.com/nodejs/node/pull/44531 Reviewed-By: Feng Yu Reviewed-By: Christian Clauss Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Minwoo Jung Reviewed-By: Darshan Sen --- 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