openwrt/package/base-files/files
Rosen Penev 32f7bf834d 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>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:14 +00:00
..
bin base-files: generated named bridge-vlan sections 2021-09-01 08:07:13 +00:00
etc base-files: fix backwards compatiblity of rc.common EXTRA_COMMANDS 2021-09-01 08:07:12 +00:00
lib base-files: functions.sh: replace [^...] with [!...] in case 2021-09-01 08:07:14 +00:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin base-files: remove useless cat 2020-07-11 12:52:01 +02:00
usr base-files: validate firmware for compatibility with backup 2019-09-08 09:10:30 +02:00