entry: Consistently call python3
This may not be needed in practice, but it is cleaner to align all shebangs. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
8745aabb62
commit
affd1184e7
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# kas - setup tool for bitbake based projects
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# kas - setup tool for bitbake based projects
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user