git: 9front

Download patch

ref: 9fffcf8abef5c21b81357a16d46266d8a6fc8a21
parent: e21a26c2282e4e153559b6d1cd8a1ec6ab8b2c2b
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Dec 4 03:02:50 EST 2012

upas: fix original mail in /sys/src/cmd/upas/misc

--- a/sys/src/cmd/upas/misc/mail
+++ b/sys/src/cmd/upas/misc/mail
@@ -8,5 +8,5 @@
 case -f* -r* -c* -m*
 	exec upas/nedmail $*
 case *
-	exec upas/marshal $*
+	exec upas/marshal -8 $*
 }
--