Skip to content

Commit

Permalink
Utility scripts use python3 explicitly (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 23, 2024
1 parent ae12287 commit 587ad80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/add_copyright.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2015 The Shaderc Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion utils/remove-file-by-suffix.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright 2015 The Shaderc Authors. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion utils/update_build_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright 2016 The Shaderc Authors. All rights reserved.
#
Expand Down

0 comments on commit 587ad80

Please sign in to comment.