From 247726fdd610edfe00c8df5ad62b3daf6be9c888 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 1 Feb 2010 15:40:55 +0000 Subject: [PATCH] no output, as this runs in cron --- scripts/all-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-modules.sh b/scripts/all-modules.sh index 0722602..6cbe17b 100755 --- a/scripts/all-modules.sh +++ b/scripts/all-modules.sh @@ -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 } -- 2.47.0