Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2007-05-29 00:17:01


Author: troy
Date: 2007-05-29 00:17:00 EDT (Tue, 29 May 2007)
New Revision: 4347
URL: http://svn.boost.org/trac/boost/changeset/4347

Log:
fix typo

Text files modified:
   sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh
==============================================================================
--- sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh (original)
+++ sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh 2007-05-29 00:17:00 EDT (Tue, 29 May 2007)
@@ -7,7 +7,7 @@
     echo "cleaning dirs"
     for builddir in debug release
       do
- dir = $topdir/$builddir/1.34.0/build
+ dir=$topdir/$builddir/1.34.0/build
       rm -rf $dir
       mkdir -p $dir
       cd $dir
@@ -25,7 +25,6 @@
 
 while true
 do
- echo "COUNT = $COUNT"
   do_builds
   if [ `date +%H` -eq 0 ]
       then


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk