From: jacob Date: Fri, 15 Jul 2005 20:40:56 +0000 (+0000) Subject: i stand corrected X-Git-Tag: v1_7_100~1044 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=0075908db7a7a1513db2f1461037e79b5f49c189 i stand corrected --- diff --git a/build/lbuild b/build/lbuild index 56957d3..2f9bc0f 100755 --- a/build/lbuild +++ b/build/lbuild @@ -522,7 +522,7 @@ build_lustre() stage() { - [ "$STAGEDIR" ] || return + [ "$STAGEDIR" ] || return 0 for arch in $BUILD_ARCHS ; do rpmdir="${STAGEDIR}/${CANONICAL_TARGET}-${arch}" @@ -657,4 +657,3 @@ else fi stage -exit 0