From 83863df04bd30bfe2430b0c43ca9f78596d3f0bc Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 4 Apr 2009 16:57:50 +0200 Subject: Fix quoting bug introduced by commit 74de7aef Signed-off-by: Wolfgang Denk --- common/cmd_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_load.c') diff --git a/common/cmd_load.c b/common/cmd_load.c index d5eaac735..2b5a66dd6 100644 --- a/common/cmd_load.c +++ b/common/cmd_load.c @@ -518,7 +518,7 @@ int do_load_serial_bin (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) 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"); -- cgit v1.2.3