From: adam Date: Sun, 8 Feb 2004 20:55:09 +0000 (+0000) Subject: more typos X-Git-Tag: RC3~70 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=664e3d69b6d6b604cfea919f233946f8697c7eb2;p=org.ibex.core.git more typos darcs-hash:20040208205509-5007d-1a74983b79c897af669db86f46cd703ba678576f.gz --- 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