Skip to content

Commit 4b5ea85

Browse files
committed
Merge pull request #28 from dcci/env
Don't assume python is in /usr/bin. Use 'env' instead.
2 parents 19252de + c967a2d commit 4b5ea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_script.py

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

33
# This source file is part of the Swift.org open source project
44
#

0 commit comments

Comments
 (0)