Skip to content

Commit

Permalink
.py files: use python3 as interpreter
Browse files Browse the repository at this point in the history
Signed-off-by: Conke Hu <conke.hu@maxwit.com>
  • Loading branch information
conke committed Dec 8, 2023
1 parent b2533e3 commit b20cd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/generate/autoconf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Usage:
# $0 .config autoconf.h
Expand Down
2 changes: 1 addition & 1 deletion build/generate/defconfig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# The Main Program for Building Embedded Development Environment
#
Expand Down

0 comments on commit b20cd9f

Please sign in to comment.