typo fix in make propose-patch
authoradam <adam@megacz.com>
Sun, 8 Feb 2004 20:53:44 +0000 (20:53 +0000)
committeradam <adam@megacz.com>
Sun, 8 Feb 2004 20:53:44 +0000 (20:53 +0000)
darcs-hash:20040208205344-5007d-dd2e75e9ade96cefe8fdfdb530f12b4e0e85e842.gz

Makefile

index 5f0b4db..d3b1c2d 100644 (file)
--- 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