diff options
| author | bors <bors@rust-lang.org> | 2014-06-23 14:31:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-23 14:31:39 +0000 |
| commit | d77cb22bb6e5852c99d4c8f5d9de4b33b1b9381b (patch) | |
| tree | a13dbbea445f25c35ec0617bd3df45da7fa47a26 | |
| parent | baa72085f41a4e935e671041899da7360f8ba151 (diff) | |
| parent | 53ec4a6732b77e076cb4c728513b69c264a93314 (diff) | |
| download | rust-d77cb22bb6e5852c99d4c8f5d9de4b33b1b9381b.tar.gz rust-d77cb22bb6e5852c99d4c8f5d9de4b33b1b9381b.zip | |
auto merge of #15100 : rapha/rust/master, r=alexcrichton
/usr/bin/env appears to be more portable.
| -rwxr-xr-x | src/etc/2014-06-rewrite-bytes-macros.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/2014-06-rewrite-bytes-macros.py b/src/etc/2014-06-rewrite-bytes-macros.py index ceda4bf6fe2..73ddfcb04cb 100755 --- a/src/etc/2014-06-rewrite-bytes-macros.py +++ b/src/etc/2014-06-rewrite-bytes-macros.py @@ -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 |
