use instead of closes #2759

SVN-Revision: 9612
This commit is contained in:
Travis Kemen 2007-11-28 04:11:36 +00:00
parent 38101a0cdc
commit 031b47be15

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() {