better readability
authorLudwig Nussel <ludwig.nussel@suse.de>
Fri, 28 May 2010 09:21:20 +0000 (11:21 +0200)
committerLudwig Nussel <ludwig.nussel@suse.de>
Fri, 25 Jun 2010 07:36:19 +0000 (09:36 +0200)
build

diff --git a/build b/build
index 21525f1..8631190 100755 (executable)
--- a/build
+++ b/build
@@ -1953,7 +1953,10 @@ if test -n "$RUNNING_IN_VM" -a -n "$VM_SWAP"; then
     esac || cleanup_and_exit 1
 fi
 
-if test -n "$RPMS" -a -d "$BUILD_ROOT/$TOPDIR/RPMS" -a -d "$BUILD_ROOT/.build.oldpackages" -a -x "$BUILD_ROOT/usr/lib/build/same-build-result.sh" ; then
+if test -n "$RPMS" \
+       -a -d "$BUILD_ROOT/$TOPDIR/RPMS" \
+       -a -d "$BUILD_ROOT/.build.oldpackages" \
+       -a -x "$BUILD_ROOT/usr/lib/build/same-build-result.sh" ; then
     echo "... comparing built packages with the former built"
     mount -n -tproc none $BUILD_ROOT/proc 2> /dev/null
     # exit with 2, if packages built successfull, but have no changes to former built packages.