
Dear Simon Glass,
In message CAPnjgZ0XueZukodaNSdQSYvuevyiH5Z-=3-2pkcC7OekddG-JA@mail.gmail.com you wrote:
In message 1329286030-32560-2-git-send-email-sjg@chromium.org you wrote:
The environment variables preboot, bootcmd and menucmd can hold a command to execute. This change permits these variables to have newlines so that they work the same as the 'source' command.
Signed-off-by: Simon Glass sjg@chromium.org
common/main.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Please squash this into the patch that introduces run_command_list() [assuming this is the patch which breaks behaviour?]
The first patch is just a clean-up and should not change any behaviour. This second patch changes the behaviour of the named env variables.
So which commit introduced the breakage, then?
Best regards,
Wolfgang Denk