about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Creswick <dcrewi@gyrae.net>2014-05-12 13:35:08 -0500
committerAlex Crichton <alex@alexcrichton.com>2014-05-12 19:52:29 -0700
commit0a707140cb68cbe9aaa99b820fcd4660dc1ea466 (patch)
tree7b5bfdea5cf2e1134a2f1c439686cf64d60209e3
parente44a84e7cda443e525e91885700db7719e75b6f2 (diff)
downloadrust-0a707140cb68cbe9aaa99b820fcd4660dc1ea466.tar.gz
rust-0a707140cb68cbe9aaa99b820fcd4660dc1ea466.zip
add shebang to scripts that have execute bit set
-rwxr-xr-xsrc/etc/check-binaries.py4
-rwxr-xr-xsrc/etc/check-summary.py2
-rwxr-xr-xsrc/etc/extract_grammar.py2
-rwxr-xr-xsrc/etc/get-snapshot.py4
-rwxr-xr-xsrc/etc/make-snapshot.py4
5 files changed, 13 insertions, 3 deletions
diff --git a/src/etc/check-binaries.py b/src/etc/check-binaries.py
index ebd2a9376b6..91c01b17807 100755
--- a/src/etc/check-binaries.py
+++ b/src/etc/check-binaries.py
@@ -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.
 #
diff --git a/src/etc/check-summary.py b/src/etc/check-summary.py
index c86e926003f..55428a6fcc4 100755
--- a/src/etc/check-summary.py
+++ b/src/etc/check-summary.py
@@ -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.
diff --git a/src/etc/extract_grammar.py b/src/etc/extract_grammar.py
index 4e0fbe94498..53781652902 100755
--- a/src/etc/extract_grammar.py
+++ b/src/etc/extract_grammar.py
@@ -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.
diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py
index faa21ca74df..ec87c321f56 100755
--- a/src/etc/get-snapshot.py
+++ b/src/etc/get-snapshot.py
@@ -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.
 #
diff --git a/src/etc/make-snapshot.py b/src/etc/make-snapshot.py
index fec78fc1aaf..31a69a581e4 100755
--- a/src/etc/make-snapshot.py
+++ b/src/etc/make-snapshot.py
@@ -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.
 #