base-files: remove execute bit and shebang from functions.sh staging
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 25 Jan 2021 11:46:54 +0000 (12:46 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 25 Jan 2021 17:53:30 +0000 (18:53 +0100)
commit879275b739f4d01ae960d86f050b391190655a3c
treeed9c4f1f51ee6c43ea53f532afce076189b6da04
parent4ea9360bc838b57473ddc7c8a9d65e524161b8f8
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>
include/package-ipkg.mk
package/base-files/files/lib/functions.sh [changed mode: 0755->0644]