$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-26 06:24:31
Author: troy
Date: 2007-05-26 06:24:31 EDT (Sat, 26 May 2007)
New Revision: 4271
URL: http://svn.boost.org/trac/boost/changeset/4271
Log:
print not portable, don't update
Text files modified: 
   sandbox-branches/boost-cmake/unix_testing_node/continuous/initialize.sh |     6 +-----                                  
   1 files changed, 1 insertions(+), 5 deletions(-)
Modified: sandbox-branches/boost-cmake/unix_testing_node/continuous/initialize.sh
==============================================================================
--- sandbox-branches/boost-cmake/unix_testing_node/continuous/initialize.sh	(original)
+++ sandbox-branches/boost-cmake/unix_testing_node/continuous/initialize.sh	2007-05-26 06:24:31 EDT (Sat, 26 May 2007)
@@ -4,18 +4,14 @@
 COMPILER=$1
 if [[ -z "$COMPILER" ]]
 then
-    print "No compiler specified, using g++"
+    echo "No compiler specified, using g++"
     COMPILER=g++
 fi
 
-cd $topdir/debug/1.34.0/src
-svn update
 cd $topdir/debug/1.34.0/build
 rm CMakeCache.txt
 CXX="$COMPILER" cmake -DBUILD_TESTING:BOOL=ON -DCMAKE_BUILD_TYPE:STRING=Debug ../src
 
-cd $topdir/release/1.34.0/src
-svn update
 cd $topdir/release/1.34.0/build
 rm CMakeCache.txt
 CXX="$COMPILER" cmake -DBUILD_TESTING:BOOL=ON -DCMAKE_BUILD_TYPE:STRING=Release ../src