]> git.pld-linux.org Git - packages/metamail.git/blame - metamail-fixawk.patch
- updated pl desc
[packages/metamail.git] / metamail-fixawk.patch
CommitLineData
1362da6b
ER
1--- mm2.7/src/bin/sun2mime~ 2006-03-18 00:37:19.000000000 +0200
2+++ mm2.7/src/bin/sun2mime 2006-03-18 01:24:50.000000000 +0200
3@@ -8,7 +8,7 @@
4 #
5 TMPFILE=`tempfile -p metamail -m 600`
163f4bd6 6
1362da6b 7-nawk '
163f4bd6 8+/bin/awk '
9 BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n")
10 RS=""; FS="\n"; mode="HEADER" }
11 mode == "HEADER" {
This page took 0.103696 seconds and 4 git commands to generate.