summaryrefslogtreecommitdiffstats
path: root/common/command.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-18 17:39:38 +0000
committerwdenk <wdenk>2004-04-18 17:39:38 +0000
commit6e5923851ec5c11a36136abc77160d834537c4dd (patch)
tree1d324917e695bf3aadc0041d220304d07d09027a /common/command.c
parentc26e454dfc6650428854fa2db3b1ed7f19e0ba0e (diff)
downloadblackbird-obmc-uboot-6e5923851ec5c11a36136abc77160d834537c4dd.tar.gz
blackbird-obmc-uboot-6e5923851ec5c11a36136abc77160d834537c4dd.zip
* Cleanup, minor fixes
* Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes * Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretry variable
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/command.c b/common/command.c
index 2b48a1c915..64e56af131 100644
--- a/common/command.c
+++ b/common/command.c
@@ -89,12 +89,12 @@ do_test (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
#if 0
{
printf("test:");
- left = 1;
+ left = 1;
while (argv[left])
printf(" %s", argv[left++]);
}
#endif
-
+
last_expr = 0;
left = argc - 1; ap = argv + 1;
if (left > 0 && strcmp(ap[0], "!") == 0) {
OpenPOWER on IntegriCloud