]> git.lizzy.rs Git - rust.git/commitdiff
add shebang to scripts that have execute bit set
authorDavid Creswick <dcrewi@gyrae.net>
Mon, 12 May 2014 18:35:08 +0000 (13:35 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 May 2014 02:52:29 +0000 (19:52 -0700)
src/etc/check-binaries.py
src/etc/check-summary.py
src/etc/extract_grammar.py
src/etc/get-snapshot.py
src/etc/make-snapshot.py

index ebd2a9376b6b01058783894fa219cfb274a560c4..91c01b178075d6fee9f452b80a8751dc0ba94fb6 100755 (executable)
@@ -1,4 +1,6 @@
-# Copyright 2013 The Rust Project Developers. See the COPYRIGHT
+#!/usr/bin/env python
+#
+# Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.
 #
index c86e926003ff62ed7c7f9b5eafd1aca0f97b3639..55428a6fcc4b6927bb3bda4e33a53a3cae3ead8c 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+#
 # Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.
index 4e0fbe944988cfff90abbc20f31e4835aa504d17..53781652902f5771eec5660a008062e2afa6f453 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+#
 # Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.
index faa21ca74df09bda174951da968c9f58570b5ef0..ec87c321f56f93a5a9b0957a28f4c9a269508113 100755 (executable)
@@ -1,4 +1,6 @@
-# Copyright 2011-2013 The Rust Project Developers. See the COPYRIGHT
+#!/usr/bin/env python
+#
+# Copyright 2011-2014 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.
 #
index fec78fc1aafdf733706edfa417f8d4280dfcdeb6..31a69a581e4e216f83d9d588cf36816cf713a5ee 100755 (executable)
@@ -1,4 +1,6 @@
-# Copyright 2011-2013 The Rust Project Developers. See the COPYRIGHT
+#!/usr/bin/env python
+#
+# Copyright 2011-2014 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.
 #