From 664e3d69b6d6b604cfea919f233946f8697c7eb2 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 8 Feb 2004 20:55:09 +0000 Subject: [PATCH] more typos darcs-hash:20040208205509-5007d-1a74983b79c897af669db86f46cd703ba678576f.gz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3b1c2d..7ebd55d 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ propose-patch: @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ @(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 "Subject: $$SUB";\ + cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch -- 1.7.10.4