Skip to content

Commit

Permalink
tools: fix shebang to use python3 by default
Browse files Browse the repository at this point in the history
PR-URL: #44531
Reviewed-By: Feng Yu <[email protected]>
Reviewed-By: Christian Clauss <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
  • Loading branch information
himself65 authored Sep 8, 2022
1 parent fd277b2 commit 50ad9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50ad9fe

Please sign in to comment.