commit | 83863df04bd30bfe2430b0c43ca9f78596d3f0bc | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Apr 04 16:57:50 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 17:58:26 2009 +0200 |
tree | 870cae39c8d9d5d33a18aba95350e9844481db36 | |
parent | ecf3fb223a56e3c6aa696d94d694eeaca0f44d33 [diff] [blame] |
Fix quoting bug introduced by commit 74de7aef Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/common/cmd_load.c b/common/cmd_load.c index d5eaac7..2b5a66d 100644 --- a/common/cmd_load.c +++ b/common/cmd_load.c
@@ -518,7 +518,7 @@ char *s; if (((s = getenv("autoscript")) != NULL) && (strcmp(s,"yes") == 0)) { - printf ("Running "source" command at addr 0x%08lX", + printf ("Running \"source\" command at addr 0x%08lX", load_addr); s = getenv ("autoscript_uname");