From: thierry Date: Mon, 1 Feb 2010 15:40:55 +0000 (+0000) Subject: no output, as this runs in cron X-Git-Tag: foo~197 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=247726fdd610edfe00c8df5ad62b3daf6be9c888;p=infrastructure.git no output, as this runs in cron --- 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 }