Skip to content
Snippets Groups Projects
Commit 031b47be authored by Travis Kemen's avatar Travis Kemen
Browse files

use instead of closes #2759

SVN-Revision: 9612
parent 38101a0c
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ append_bool() { ...@@ -23,7 +23,7 @@ append_bool() {
local value="$3" local value="$3"
local _loctmp local _loctmp
config_get_bool _loctmp "$section" "$option" config_get_bool _loctmp "$section" "$option"
[ "$_loctmp" -gt 0 ] && append args "$3" [ "$_loctmp" -gt 0 ] && append args "$value"
} }
append_parm() { append_parm() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment