mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
add shebang to scripts that have execute bit set
This commit is contained in:
committed by
Alex Crichton
parent
e44a84e7cd
commit
0a707140cb
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user