[MIPS] mips_config.mk: Misc fixes
[oweals/u-boot.git] / common / hush.c
index bb6585e9acf23000acd386abfcc5147a27e5eaa8..b43f6185acf5360d335a063fd0405fd82b5ecce9 100644 (file)
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
 /*
  * sh.c -- a prototype Bourne shell grammar parser
  *      Intended to follow the original Thompson and Ritchie
@@ -1694,7 +1693,7 @@ static int run_pipe_real(struct pipe *pi)
                                else
                                        flag |= CMD_FLAG_BOOTD;
                                }
-#endif /* CFG_CMD_BOOTD */
+#endif
                                /* found - check max args */
                                if ((child->argc - i) > cmdtp->maxargs) {
                                        printf ("Usage:\n%s\n", cmdtp->usage);