Configure: Don't forget to eval result of 'ask' function.
This commit is contained in:
parent
90c8efb32d
commit
58ee27f7f1
|
@ -121,6 +121,8 @@ ask ()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
append "${2}=${A:-$D}"
|
append "${2}=${A:-$D}"
|
||||||
|
|
||||||
|
eval "${2}='${A:-$D}'"
|
||||||
}
|
}
|
||||||
|
|
||||||
ok ()
|
ok ()
|
||||||
|
|
Loading…
Reference in New Issue