From 53ec4a6732b77e076cb4c728513b69c264a93314 Mon Sep 17 00:00:00 2001 From: Raphael Speyer Date: Mon, 23 Jun 2014 09:17:40 +1000 Subject: [PATCH] Change /bin/env to /usr/bin/env in helper python script, as it is more portable --- src/etc/2014-06-rewrite-bytes-macros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/2014-06-rewrite-bytes-macros.py b/src/etc/2014-06-rewrite-bytes-macros.py index ceda4bf6fe253..73ddfcb04cb2f 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