]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_source.c
CMD: Remove CMD_AUTOSCRIPT, it's not used
[u-boot] / common / cmd_source.c
index 16a627a3dd5def7796ade9d30e5638d52fb27046..32fff5cec819f462fcff9a00691691f4181a8915 100644 (file)
@@ -179,7 +179,7 @@ source (ulong addr, const char *fit_uname)
                                if (*line) {
                                        debug ("** exec: \"%s\"\n",
                                                line);
-                                       if (run_command (line, 0) < 0) {
+                                       if (run_command(line, 0) < 0) {
                                                rcode = 1;
                                                break;
                                        }