From: thierry Date: Thu, 8 Nov 2007 18:42:08 +0000 (+0000) Subject: removes traces from cd - X-Git-Tag: foo~408 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b85f1414f8169491689120b27a8841d1a86d9a2e;p=infrastructure.git removes traces from cd - --- diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index e04ddad..499362e 100755 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -59,7 +59,7 @@ function build () { if [ -n "$TAGSRELEASE" ] ; then cd build svn up -r $TAGSRELEASE $DISTROMAKETAGS - cd - + cd - > /dev/null fi show_env @@ -220,7 +220,7 @@ function main () { cd /tmp chmod +x vbuild-$$ /tmp/vbuild-$$ ${BASE} ${FC_DISTRO} ${DISTRO} >> $LOG 2>&1 - cd - + cd - > /dev/null # Extract build vserver ${BASE} exec svn checkout ${SVNPATH} /build >> $LOG 2>&1 fi