]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Make 'run' use run_command_list() instead of run_command()
authorSimon Glass <sjg@chromium.org>
Sat, 26 Oct 2013 05:01:32 +0000 (23:01 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 May 2014 20:46:43 +0000 (14:46 -0600)
commit1992dbfdb9886c3dfc4a505091895c851f736f3a
tree0f7b59d4ac0849061697d01877f057b4dc5664f4
parentfd37dac9eb37b543fb1b82a733729514a67bd801
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>
common/main.c