Fix hashbang of non-executed bash libs
These files have #!/bin/bash but do not have the execute bit set, and are never run directly, only sourced. This has triggered RDO packaging linting. Also outfilter.py can be run directly but does not have an execute bit set. This change fixes these issues. Change-Id: Idd5cac19ec6f10103495bbe217cc5fe41c48e91b
This commit is contained in:
parent
6632aaa80e
commit
3e4062e35d
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
0
diskimage_builder/lib/outfilter.py
Normal file → Executable file
0
diskimage_builder/lib/outfilter.py
Normal file → Executable file
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# Copyright (c) 2012 NTT DOCOMO, INC.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||
# Copyright (c) 2012 NTT DOCOMO, INC.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user