Update of /cvsroot/tcltomcrypt/CVSROOT
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1952
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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mail-tag.sh 31 Jan 2007 13:40:40 -0000 1.3
+++ mail-tag.sh 31 Jan 2007 13:44:51 -0000 1.4
@@ -11,6 +11,5 @@
echo;
echo "TAG $4 $3 on $5";
echo;
- echo $6*;
cat) | /bin/mail -s "$1 TAG $4 $3" $2
|