1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:27:38 +03:00

use instead of closes #2759

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9612 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2007-11-28 04:11:36 +00:00
parent 346bf06063
commit 8ff024850e

View File

@ -23,7 +23,7 @@ append_bool() {
local value="$3"
local _loctmp
config_get_bool _loctmp "$section" "$option"
[ "$_loctmp" -gt 0 ] && append args "$3"
[ "$_loctmp" -gt 0 ] && append args "$value"
}
append_parm() {