cgcs-patch: Fix shebang header to /usr/bin/python
the #!/usr/bin/env is not recommended for ensuring we get the correct auto-dependency generation. Change-Id: I87fdf44d38496ba2ff23e2f2f5836943e790f0c2 Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
a7103af234
commit
3446103e24
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Copyright (c) 2014 Wind River Systems, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Copyright (c) 2014 Wind River Systems, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Copyright (c) 2014 Wind River Systems, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Copyright (c) 2014 Wind River Systems, Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user