hush: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 May 2010 02:22:55 +0000 (04:22 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 May 2010 02:22:55 +0000 (04:22 +0200)
   text    data     bss     dec     hex filename
 843121     453    6828  850402   cf9e2 busybox_old
 843108     453    6828  850389   cf9d5 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index fcfbd06f3f710d48e136624780f339459f781d58..df81eaae75e82f489871e86185d65a75e44a4545 100644 (file)
@@ -7949,7 +7949,7 @@ static int FAST_FUNC builtin_umask(char **argv)
                         * bash: umask: 'q': invalid symbolic mode operator
                         * bash: umask: 999: octal number out of range
                         */
-                       bb_error_msg("umask: '%s' invalid mode", argv[0]);
+                       bb_error_msg("%s: invalid mode '%s'", "umask", argv[0]);
                }
        } else {
                rc = 1;