diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-29 11:29:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-29 11:29:30 +0200 |
commit | daf938aa6675a611205e15c751cbcaa71e3e40a1 (patch) | |
tree | 4e2f27dbbaf7079c2eed6ed4c83af58d163f5c45 /package/busybox/busybox-1.16.0-wc.patch | |
parent | ed91e786e674122163620c2d15e7a000b6427af5 (diff) |
busybox: bump 1.16.x stable version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.16.0-wc.patch')
-rw-r--r-- | package/busybox/busybox-1.16.0-wc.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.16.0-wc.patch b/package/busybox/busybox-1.16.0-wc.patch deleted file mode 100644 index 5116fe23f..000000000 --- a/package/busybox/busybox-1.16.0-wc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN busybox-1.16.0/coreutils/wc.c busybox-1.16.0-wc/coreutils/wc.c ---- busybox-1.16.0/coreutils/wc.c 2010-03-08 22:49:32.000000000 +0100 -+++ busybox-1.16.0-wc/coreutils/wc.c 2010-03-08 22:51:29.310086707 +0100 -@@ -88,6 +88,8 @@ int wc_main(int argc UNUSED_PARAM, char - if (!argv[0]) { - *--argv = (char *) bb_msg_standard_input; - fname_fmt = "\n"; -+ } -+ if (!argv[1]) { /* zero or one filename? */ - if (!((print_type-1) & print_type)) /* exactly one option? */ - start_fmt = "%"COUNT_FMT; - } |