mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete. POSIX allows few arguments to test, so long expressions are not portable. '[ p -a q ]' can be replaced with '[ p ] && [ q ]' instead. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5.1 KiB
5.1 KiB