Change /bin/env to /usr/bin/env in helper python script, as it is more portable

This commit is contained in:
Raphael Speyer 2014-06-23 09:17:40 +10:00
parent 4c39962d32
commit 53ec4a6732
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env python #!/usr/bin/env python
# #
# Copyright 2014 The Rust Project Developers. See the COPYRIGHT # Copyright 2014 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at # file at the top-level directory of this distribution and at