mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-24 05:22:10 -05:00
`$(( ))` will convert uninitialized variable to "0". If we want to
use "-n" to check the string length, it's necessary to make sure the
converted variable is not empty.
Fixes:
|
||
|---|---|---|
| .. | ||
| functions | ||
| preinit | ||
| upgrade | ||
| functions.sh | ||