Skip to content

Commit c967a2d

Browse files
committed
Don't assume python is in /usr/bin. Use 'env' instead.
This fixes build on FreeBSD (where python is installed in /usr/local by default), and in general improves portability.
1 parent 75d601c commit c967a2d

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)