Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHimself65 <himself65@outlook.com>2022-09-08 17:55:21 +0300
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-10-11 22:45:23 +0300
commit602ecaa42f95e9f9125c6d61990bc7a321fddab4 (patch)
tree3a3a1fdb3e26047bc49a75ca7ea7617d625a064c /tools
parent0beedb7f1c6867b69886c7b3560ff9268017cc66 (diff)
tools: fix shebang to use python3 by default
PR-URL: https://github.com/nodejs/node/pull/44531 Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index ea60ddc061a..249b52f0569 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