fix quoting
This commit is contained in:
parent
e28aa682c7
commit
6d12276bf5
@ -115,7 +115,7 @@ define(`gen_tunable',`
|
|||||||
# instead of bool when
|
# instead of bool when
|
||||||
# loadable modules support
|
# loadable modules support
|
||||||
# tunables
|
# tunables
|
||||||
bool $1 dflt_or_overr($1'_conf,$2);
|
bool $1 dflt_or_overr(`$1'_conf,$2);
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
@ -135,7 +135,7 @@ define(`tunable_policy',`
|
|||||||
# will go here instead of a
|
# will go here instead of a
|
||||||
# conditional when loadable
|
# conditional when loadable
|
||||||
# modules support tunables
|
# modules support tunables
|
||||||
if ($1') {
|
if (`$1') {
|
||||||
$2
|
$2
|
||||||
} else {
|
} else {
|
||||||
$3
|
$3
|
||||||
|
Loading…
Reference in New Issue
Block a user