commit | e651130f7c07ebce67966d43bf6681f4b52e1987 | [log] [tgz] |
---|---|---|
author | Andreas Fenkart <andreas.fenkart@digitalstrom.com> | Tue May 31 09:21:56 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 31 10:23:10 2016 -0400 |
tree | ab43e8e82b6b589e25237c5690337f779b7cad39 | |
parent | 191413c9a198ed9e04f0dc0a56e0a0662ab1b446 [diff] |
tools/env: allow to pass NULL for environment options If users of the library are happy with the default, e.g. config file name. They can pass NULL as the opts pointer. This simplifies the transition of existing library users. FIXES a compile error. since common_args has been removed by a previous patch Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>