diff options
Diffstat (limited to 'busybox/busybox-1.00-rc2/awk.patch')
-rw-r--r-- | busybox/busybox-1.00-rc2/awk.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/busybox/busybox-1.00-rc2/awk.patch b/busybox/busybox-1.00-rc2/awk.patch deleted file mode 100644 index 9342dada82..0000000000 --- a/busybox/busybox-1.00-rc2/awk.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- editors/awk.c~ 2004-03-15 08:28:31.000000000 +0000 -+++ editors/awk.c 2004-07-05 19:16:14.000000000 +0100 -@@ -1211,6 +1211,7 @@ - - if (c & TC_GRPSTART) { - while(next_token(TC_GRPSEQ | TC_GRPTERM) != TC_GRPTERM) { -+ if (t.tclass & TC_NEWLINE) continue; - rollback_token(); - chain_group(); - } |