]> git.pld-linux.org Git - packages/metamail.git/blob - metamail-fixawk.patch
- updated for mm 2.7.52
[packages/metamail.git] / metamail-fixawk.patch
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`
6  
7 -nawk '
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.044039 seconds and 3 git commands to generate.