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

Modified Files:
        run_inspect.sh 
Log Message:
Tested to run on RHEL.

Index: run_inspect.sh
===================================================================
RCS file: /cvsroot/boost/boost/tools/inspect/run_inspect.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- run_inspect.sh      15 Jul 2006 22:45:22 -0000      1.1
+++ run_inspect.sh      15 Jul 2006 23:19:20 -0000      1.2
@@ -25,20 +25,20 @@
 cd ${cvs_dir}
 ${cvs_co} -d boost_${cvs_branch} boost
 cd boost_${cvs_branch}/tools/inspect/build
-${cvs_dir}/boost_${cvs_branch}/tools/jam/src/bin/bjam --v2
+${cvs_dir}/boost_jam_src/bin/bjam --v2
 
 #~ Run the inspection.
 cd ${cvs_dir}
 cd boost_${cvs_branch}
-./dist/bin/inspect --cvs -license -copyright -crlf -link -long_name -tab 
-minmax > inspect-out.txt
+./dist/bin/inspect -text -license -copyright -crlf -link -long_name -tab 
-minmax > inspect-out.txt
 
 #~ Send email with results.
 mail_date=`date --iso-8601 --utc`
-cat <<EMAIL
+/usr/sbin/sendmail "${mail_to}" <<EMAIL
 From: Rene Rivera <[EMAIL PROTECTED]>
-To: %{mail_to}
+To: ${mail_to}
 Reply-To: Boost <[email protected]>
 Subject: Boost inspection notification (${mail_date}/${cvs_branch})
 
+`cat inspect-out.txt`
 EMAIL
-  inspect-out.txt | /usr/sbin/sendmail "${mail_to}"



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to