From dfa2bd230f5cef712c03713201674cc4ffeaeddb Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 8 Feb 2004 20:53:44 +0000 Subject: [PATCH] typo fix in make propose-patch darcs-hash:20040208205344-5007d-dd2e75e9ade96cefe8fdfdb530f12b4e0e85e842.gz --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f0b4db..d3b1c2d 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,8 @@ dist: compile propose-patch: @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ @(echo "To: patches@xwt.org";\ - echo "Subject: "`grep -A2 \"New patches\" .darcspatch | tail -n 1 | cut -b 2-`;\ + 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 @rm .darcspatch -- 1.7.10.4