add shebang to scripts that have execute bit set
This commit is contained in:
parent
e44a84e7cd
commit
0a707140cb
5 changed files with 13 additions and 3 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue