openwrt/package/base-files/files/lib
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
..
functions base-files: add board.d support for bridge device 2020-11-04 07:36:49 +01:00
preinit base-files: merge /etc/passwd et al at sysupgrade config restore 2020-10-22 14:25:55 +01:00
upgrade base-files: upgrade: stage2: use v for log lines 2020-11-11 21:29:55 +08:00
functions.sh base-files: functions.sh: replace [^...] with [!...] in case 2020-11-25 17:22:39 +01:00