Skip to content

Commit 17e5594

Browse files
author
Jason Barrett Prado
committed
Make gyb explicitly reference python2.7
The default python on some systems is not 2.7, but gyb needs python2.7 precisely.
1 parent 65f0e7e commit 17e5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2.7
22
import gyb
33
gyb.main()

0 commit comments

Comments
 (0)