base-files: remove execute bit and shebang from functions.sh
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 25 Jan 2021 11:48:43 +0000 (12:48 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 29 Jan 2021 13:30:32 +0000 (14:30 +0100)
commit396a35dd51f1d58c051d0c1f1100e44950933d3b
tree8132a2fec84e13f55843233020780a92abeaefa8
parent331892f85f1cfab21b26a1f84824f4110e06027f
base-files: remove execute bit and shebang from functions.sh

/lib/functions.sh was executable for no obvious reason and its
execute property was even checked in package-ipkg.mk just to
source it afterwards.

Remove the execute bit and shebang as this is clearly a library.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
include/package-ipkg.mk
package/base-files/files/lib/functions.sh [changed mode: 0755->0644]