diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-25 12:48:42 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-29 14:29:41 +0100 |
commit | 331892f85f1cfab21b26a1f84824f4110e06027f (patch) | |
tree | 675577fa4f606e0afdaa04371cbcdfacb7595ab6 /package/base-files/files/lib/upgrade | |
parent | 2c35899d8196c3c4f02c9b788b99a8a3bbbb32d1 (diff) | |
download | upstream-331892f85f1cfab21b26a1f84824f4110e06027f.tar.gz upstream-331892f85f1cfab21b26a1f84824f4110e06027f.tar.bz2 upstream-331892f85f1cfab21b26a1f84824f4110e06027f.zip |
treewide: drop shebang from non-executable lib files
This drops the shebang from another bunch of files in various /lib
folders, as these are sourced and the shebang is useless.
Fix execute bit in one case, too.
This should cover almost all trivial cases now, i.e. where /lib is
actually used for library files.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/base-files/files/lib/upgrade')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 2 | ||||
-rw-r--r-- | package/base-files/files/lib/upgrade/nand.sh | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index c28bae48a1..968893e226 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -1,5 +1,3 @@ -#!/bin/sh - RAM_ROOT=/tmp/root export BACKUP_FILE=sysupgrade.tgz # file extracted by preinit diff --git a/package/base-files/files/lib/upgrade/nand.sh b/package/base-files/files/lib/upgrade/nand.sh index ad04bbc753..e6f58df4f5 100644 --- a/package/base-files/files/lib/upgrade/nand.sh +++ b/package/base-files/files/lib/upgrade/nand.sh @@ -1,4 +1,3 @@ -#!/bin/sh # Copyright (C) 2014 OpenWrt.org # |