commit | 19008b83735341c91fa8a09a072ffe9816c9e423 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Wed Jun 07 20:17:41 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Wed Jun 07 20:17:41 2006 +0000 |
tree | 6e35288c247102998a775cbc16f9ec014e00e7fd | |
parent | 4c5ad2fc90389bf1239f17d84967d07b82f31dd7 [diff] [blame] |
- reuse strings and messages. Saves about 600B
diff --git a/shell/ash.c b/shell/ash.c index 5cdd7f0..962813d 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -8762,7 +8762,7 @@ xminusc = minusc; if (*xargv == NULL) { if (xminusc) - sh_error("-c requires an argument"); + sh_error(bb_msg_requires_arg, "-c"); sflag = 1; } if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))