auto merge of #15100 : rapha/rust/master, r=alexcrichton

/usr/bin/env appears to be more portable.
This commit is contained in:
bors 2014-06-23 14:31:39 +00:00
commit d77cb22bb6
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
# file at the top-level directory of this distribution and at