diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-04 08:02:50 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-04 08:02:50 +0100 |
commit | 98bd6364246cd1fb6344b8e9975beefdf885ce21 (patch) | |
tree | 263f9a7daed4c81b9433801b9632abc74c148000 /sys/src/cmd/upas/misc | |
parent | 580a8ae857229123e9b5112940fd40a000c994f4 (diff) |
upas: fix original mail in /sys/src/cmd/upas/misc
Diffstat (limited to 'sys/src/cmd/upas/misc')
-rwxr-xr-x | sys/src/cmd/upas/misc/mail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/misc/mail b/sys/src/cmd/upas/misc/mail index 6913d743e..fdf3a0f77 100755 --- a/sys/src/cmd/upas/misc/mail +++ b/sys/src/cmd/upas/misc/mail @@ -8,5 +8,5 @@ switch($1){ case -f* -r* -c* -m* exec upas/nedmail $* case * - exec upas/marshal $* + exec upas/marshal -8 $* } |