blob: eec269ad52d6c536ec7f65ef03065da653a8f7d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bin/sun2mime.orig 1993-11-13 14:54:05 UTC
+++ bin/sun2mime
@@ -11,7 +11,7 @@ if [ x$METAMAIL_TMPDIR = x ]; then
fi
TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$
-/bin/nawk '
+/usr/bin/awk '
BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n")
RS=""; FS="\n"; mode="HEADER" }
mode == "HEADER" {
|