]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cli_simple.c
buildman: Add some notes about moving from MAKEALL
[karo-tx-uboot.git] / common / cli_simple.c
index 49d58339286deb0ba5ca3e49708b850fcb1c0391..353ceeb7349ac144521a3838f5d66cbc2d479299 100644 (file)
@@ -295,7 +295,7 @@ void cli_simple_loop(void)
                if (len == -1)
                        puts("<INTERRUPT>\n");
                else
-                       rc = run_command(lastcommand, flag);
+                       rc = run_command_repeatable(lastcommand, flag);
 
                if (rc <= 0) {
                        /* invalid command or not repeatable, forget it */