From: jacob Date: Fri, 15 Jul 2005 20:06:06 +0000 (+0000) Subject: this is the fix i intended X-Git-Tag: 1.4.10~866 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1d5714d84b51a5f6db76c75c62813d9234ba0919;p=fs%2Flustre-release.git this is the fix i intended --- diff --git a/build/lbuild b/build/lbuild index 07dd85e..56957d3 100755 --- a/build/lbuild +++ b/build/lbuild @@ -522,7 +522,7 @@ build_lustre() stage() { - [ -z "$STAGEDIR" ] && return + [ "$STAGEDIR" ] || return for arch in $BUILD_ARCHS ; do rpmdir="${STAGEDIR}/${CANONICAL_TARGET}-${arch}" @@ -657,3 +657,4 @@ else fi stage +exit 0