tn3399_openwrt/package/base-files
Rosen Penev b9246bbdc9 base-files: functions.sh: replace [^...] with [!...] in case
Strictly speaking, ash does not support it.

From https://wiki.ubuntu.com/DashAsBinSh#A.5B.5E.5D

Not to be confused by sed's and other program's regular expression
syntax. Uses of [^...] in case (parameter/word expansion in general) need
to be replaced with [!...].

Found with shellcheck: https://github.com/koalaman/shellcheck/wiki/SC2169

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[minor commit title/message adjustments]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-11-25 17:22:39 +01:00
..
files base-files: functions.sh: replace [^...] with [!...] in case 2020-11-25 17:22:39 +01:00
image-config.in build: switch VERSION_REPO to HTTPS 2020-08-31 11:26:10 +01:00
Makefile base-files: fix backwards compatiblity of rc.common EXTRA_COMMANDS 2020-11-17 17:57:42 +01:00