commit | 4c39b1da2bde7096b613ca70aafe3e58e18b2dd6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 25 23:01:32 2013 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 09 14:46:43 2014 -0600 |
tree | 0f7b59d4ac0849061697d01877f057b4dc5664f4 | |
parent | a74592693d90b1abb72cea65132cb89f675061e8 [diff] |
Make 'run' use run_command_list() instead of run_command() In the case where an environment variable spans multiple lines, we should use run_command_list() so that all lines are executed. This shold be backwards compatible with existing behaviour for existing scripts. Signed-off-by: Simon Glass <sjg@chromium.org>