mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04: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>
2.2 KiB
Executable File
2.2 KiB
Executable File