Skip to content

Commit 5db9779

Browse files
himself65RafaelGSS
authored andcommittedSep 26, 2022
tools: fix shebang to use python3 by default
PR-URL: #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>
1 parent 9aa6a56 commit 5db9779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# Copyright 2008 the V8 project authors. All rights reserved.
44
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)
Please sign in to comment.