Skip to content

Commit e683cef

Browse files
committed
Use python as interpreter
This works in Python 2 or 3, and this will provide broader compatibility.
1 parent f8d8109 commit e683cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin/stat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
# this is an unbelievably narrowly constrained used case:
44
# there's a single use of `stat` in this codebase:

0 commit comments

Comments
 (0)