Skip to content

Commit 6e65534

Browse files
committed
Merge pull request kivy#89 from brousch/patch-1
Change hash-bang for maximum compatability
2 parents 60a324b + a6b3952 commit 6e65534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

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

33
from os.path import dirname, join, isfile, realpath, relpath, split
44
from zipfile import ZipFile

0 commit comments

Comments
 (0)