Update of /cvsroot/boost/boost/tools/inspect
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27511/tools/inspect

Modified Files:
      Tag: RC_1_34_0
        run_inspect.sh 
Log Message:
(merge from head) Add the unnamed check.

Index: run_inspect.sh
===================================================================
RCS file: /cvsroot/boost/boost/tools/inspect/run_inspect.sh,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- run_inspect.sh      24 Jul 2006 18:32:45 -0000      1.2.2.3
+++ run_inspect.sh      24 Jul 2006 18:36:30 -0000      1.2.2.4
@@ -10,6 +10,7 @@
 #~ Configuration options.
 mail_from="Rene Rivera <[EMAIL PROTECTED]>"
 mail_to="Boost <[email protected]>"
+mail_date=`date --iso-8601 --utc`
 cvs_branch="$1"
 cvs_user=":ext:${USER}"
 cvs_co="cvs -q -z9 [EMAIL PROTECTED]:/cvsroot/boost co -P -r ${cvs_branch}"
@@ -36,6 +37,7 @@
 opt="${opt} -long_name"
 opt="${opt} -tab"
 opt="${opt} -minmax"
+opt="${opt} -unnamed"
 ./dist/bin/inspect -text ${opt} > inspect-X.out
 opt=""
 opt="${opt} -license"
@@ -43,7 +45,6 @@
 ./dist/bin/inspect -text ${opt} > inspect-LC.out
 
 #~ Send email(s) with results.
-mail_date=`date --iso-8601 --utc`
 /usr/sbin/sendmail "${mail_to}" <<EMAIL
 From: ${mail_from}
 To: ${mail_to}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to