Skip to content

Commit 53ec4a6

Browse files
committed
Change /bin/env to /usr/bin/env in helper python script, as it is more portable
1 parent 4c39962 commit 53ec4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/2014-06-rewrite-bytes-macros.py

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

0 commit comments

Comments
 (0)