$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-25 21:13:11
Author: troy
Date: 2007-05-25 21:13:11 EDT (Fri, 25 May 2007)
New Revision: 4263
URL: http://svn.boost.org/trac/boost/changeset/4263
Log:
better way to be sure updates get done'
Text files modified: 
   sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh
==============================================================================
--- sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh	(original)
+++ sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh	2007-05-25 21:13:11 EDT (Fri, 25 May 2007)
@@ -1,9 +1,9 @@
 #!/bin/sh -x
 
-if [[ `svn status $0` ]] 
+if [[ -z "$UPDATE_DONE" ]] 
 then
     svn update $0
-    $0
+    UPDATE_DONE=YES $0
     exit
 fi