Whamcloud - gitweb
this is the fix i intended
authorjacob <jacob>
Fri, 15 Jul 2005 20:06:06 +0000 (20:06 +0000)
committerjacob <jacob>
Fri, 15 Jul 2005 20:06:06 +0000 (20:06 +0000)
build/lbuild

index 07dd85e..56957d3 100755 (executable)
@@ -522,7 +522,7 @@ build_lustre()
 
 stage()
 {
 
 stage()
 {
-    [ -z "$STAGEDIR" ] && return
+    [ "$STAGEDIR" ] || return
 
     for arch in $BUILD_ARCHS ; do
        rpmdir="${STAGEDIR}/${CANONICAL_TARGET}-${arch}"
 
     for arch in $BUILD_ARCHS ; do
        rpmdir="${STAGEDIR}/${CANONICAL_TARGET}-${arch}"
@@ -657,3 +657,4 @@ else
 fi
 
 stage
 fi
 
 stage
+exit 0