commit | 878332405e19077493f42f8edde2fcc3f4715d87 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Thu Mar 01 14:06:32 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 05 10:05:36 2018 -0500 |
tree | e4f47e3e6a3a8305678e4f57cfa1c3877037466a | |
parent | 10e3d76a15c3af93aae56051b8c5a19e40041b73 [diff] |
tools/env: allow equal sign as key value separation Treat the first equal sign as a key/value separation too. This makes the script files compatible with mkenvimage input file format. It won't support variables with equal signs anymore, but this seems not really like a loss. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>