more typos
authoradam <adam@megacz.com>
Sun, 8 Feb 2004 20:55:09 +0000 (20:55 +0000)
committeradam <adam@megacz.com>
Sun, 8 Feb 2004 20:55:09 +0000 (20:55 +0000)
darcs-hash:20040208205509-5007d-1a74983b79c897af669db86f46cd703ba678576f.gz

Makefile

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