about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-23 14:31:39 +0000
committerbors <bors@rust-lang.org>2014-06-23 14:31:39 +0000
commitd77cb22bb6e5852c99d4c8f5d9de4b33b1b9381b (patch)
treea13dbbea445f25c35ec0617bd3df45da7fa47a26
parentbaa72085f41a4e935e671041899da7360f8ba151 (diff)
parent53ec4a6732b77e076cb4c728513b69c264a93314 (diff)
downloadrust-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-xsrc/etc/2014-06-rewrite-bytes-macros.py2
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