Notes on portability, and on when #include <linux/blah> is appropriate.
[oweals/busybox.git] / shell / ash.c
index e9e6def22e73b390281d721763c1248e3cf5b93d..9eb395fd9b697d8bfc0f51dc3f7373b1cd259e47 100644 (file)
@@ -11833,8 +11833,9 @@ setinteractive(int on)
 
                                if(!do_banner) {
                                        out1fmt(
-                       "\n\n" BB_BANNER " Built-in shell (ash)\n"
-                       "Enter 'help' for a list of built-in commands.\n\n");
+                       "\n\n%s Built-in shell (ash)\n"
+                       "Enter 'help' for a list of built-in commands.\n\n",
+                                       BB_BANNER);
                                        do_banner++;
                                }
                }