commit | a87e782a2dfb0837e863867a5e3361143eaede9b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:14:54 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:18:41 2021 +0200 |
tree | be462634f68594bd2fe2639c8416b6a7fe89980c | |
parent | 7edc0fde0568d1dafef2aeffd7b5960bb019665c [diff] |
MINOR: init: make -cc support environment variables expansion I found myself a few times testing some conditoin examples from the doc against command line's "-cc" to see that they didn't work with environment variables expansion. Not being documented as being on purpose it looks like a miss, so let's add PARSE_OPT_ENV and PARSE_OPT_WORD_EXPAND to be able to test for example -cc "streq(${WITH_SSL},yes)" to help debug expressions.