Change /bin/env to /usr/bin/env in helper python script, as it is more portable
This commit is contained in:
parent
4c39962d32
commit
53ec4a6732
@ -1,4 +1,4 @@
|
||||
#!/bin/env python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2014 The Rust Project Developers. See the COPYRIGHT
|
||||
# file at the top-level directory of this distribution and at
|
||||
|
Loading…
x
Reference in New Issue
Block a user