diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-25 12:48:43 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-29 14:30:32 +0100 |
commit | 396a35dd51f1d58c051d0c1f1100e44950933d3b (patch) | |
tree | 8132a2fec84e13f55843233020780a92abeaefa8 /package | |
parent | 331892f85f1cfab21b26a1f84824f4110e06027f (diff) | |
download | upstream-396a35dd51f1d58c051d0c1f1100e44950933d3b.tar.gz upstream-396a35dd51f1d58c051d0c1f1100e44950933d3b.tar.bz2 upstream-396a35dd51f1d58c051d0c1f1100e44950933d3b.zip |
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>
Diffstat (limited to 'package')
-rw-r--r--[-rwxr-xr-x] | package/base-files/files/lib/functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh index 272e230db2..2bad45324f 100755..100644 --- a/package/base-files/files/lib/functions.sh +++ b/package/base-files/files/lib/functions.sh @@ -1,4 +1,3 @@ -#!/bin/sh # Copyright (C) 2006-2014 OpenWrt.org # Copyright (C) 2006 Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de> # Copyright (C) 2010 Vertical Communications |