From eebf1de81793af20e9e6b1799b15c8ce147b6a26 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 8 Feb 2004 20:56:47 +0000 Subject: [PATCH] even more typos darcs-hash:20040208205647-5007d-00ab104c583427b2e1e478be17b2b71a032a5efe.gz --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ebd55d..3e9ea9c 100644 --- a/Makefile +++ b/Makefile @@ -262,6 +262,7 @@ propose-patch: @(echo "To: patches@xwt.org";\ SUB=`grep -A2 New.patches .darcspatch | tail -n 1 | cut -b 2-`;\ echo "Subject: $$SUB";\ - cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; + echo;\ + cat .darcspatch) | cat > /tmp/foo #/usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch -- 1.7.10.4