Update of /cvsroot/tcltomcrypt/CVSROOT
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32399
Modified Files:
mail-tag.sh
Log Message:
Testing -- trying to get CVS posttag working
Index: mail-tag.sh
===================================================================
RCS file: /cvsroot/tcltomcrypt/CVSROOT/mail-tag.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mail-tag.sh 31 Jan 2007 13:35:20 -0000 1.2
+++ mail-tag.sh 31 Jan 2007 13:40:40 -0000 1.3
@@ -12,5 +12,5 @@
echo "TAG $4 $3 on $5";
echo;
echo $6*;
- cat) | /bin/mail -s "$1 $5 TAG $4 $3" $2
+ cat) | /bin/mail -s "$1 TAG $4 $3" $2
|