Skip to content

Commit

Permalink
Change waf-light shebang to say explicitly python3 . See ArduPilot/ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
kwikius authored and peterbarker committed Jan 9, 2024
1 parent 1b1625b commit 4a08850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf-light
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# encoding: latin-1
# Thomas Nagy, 2005-2018
#
Expand Down

0 comments on commit 4a08850

Please sign in to comment.