Skip to content

Commit 0ee5841

Browse files
committed
bin: Use python3 in shebang
It's what we use for distros nowadays
1 parent 3d87c29 commit 0ee5841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/bugzilla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# bugzilla - a commandline frontend for the python bugzilla module
44
#

0 commit comments

Comments
 (0)