From 7a8cd97426361a7ea190cd5be1b2c6681fdde7a35200fbb48f828802ce3fb854 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 8 Mar 2016 12:48:20 +0000 Subject: [PATCH] Another quoting bug in same-build-result.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=203 --- build-compare.spec | 2 +- same-build-result.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build-compare.spec b/build-compare.spec index 216b1e8..11bcac7 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20160308T125206.d67251d +Version: 20160308T134726.8485d3c Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/same-build-result.sh b/same-build-result.sh index a5f13bf..6636dac 100644 --- a/same-build-result.sh +++ b/same-build-result.sh @@ -21,6 +21,7 @@ _x() { } trap _x EXIT # +check_all= if test "$1" = "-a" then check_all="-a" @@ -112,7 +113,7 @@ for opac in ${OLDRPMS[*]}; do echo "skipping -debuginfo package" ;; *) - bash $CMPSCRIPT "$check_all" "$opac" "$npac" || SUCCESS=0 + bash $CMPSCRIPT $check_all "$opac" "$npac" || SUCCESS=0 ;; esac done