no output, as this runs in cron
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 1 Feb 2010 15:40:55 +0000 (15:40 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 1 Feb 2010 15:40:55 +0000 (15:40 +0000)
scripts/all-modules.sh

index 0722602..6cbe17b 100755 (executable)
@@ -18,7 +18,7 @@ function do_update() {
     if [ -f $build_dir/auto-update.sh ] ; then
        $build_dir/auto-update.sh
     else
-       pushd $build_dir; svn update > .update.log 2>&1 ; popd
+       ( cd $build_dir; svn update > .update.log 2>&1 )
     fi
 }