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:
Steve Baker 2024-09-06 14:55:15 +12:00
parent 6632aaa80e
commit 3e4062e35d
8 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#

View File

@ -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
View File

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# Copyright (c) 2012 NTT DOCOMO, INC.
#

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Copyright 2012 Hewlett-Packard Development Company, L.P.
# Copyright (c) 2012 NTT DOCOMO, INC.
#