3
0
forked from pool/build-compare

typo in same-build-result.sh

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=180
This commit is contained in:
Olaf Hering 2015-04-13 10:44:17 +00:00 committed by Git OBS Bridge
parent 393948f2a4
commit 9fd34778d0

View File

@ -101,7 +101,7 @@ fi
# Compare rpmlint.log files # Compare rpmlint.log files
if test -d /home/abuild/rpmbuild/OTHER; then if test -d /home/abuild/rpmbuild/OTHER; then
OTHERDIR=/home/abuild/rpmbuild/OTHER OTHERDIR=/home/abuild/rpmbuild/OTHER
elif test -d /usr/src/packages/OTHER elif test -d /usr/src/packages/OTHER; then
OTHERDIR=/usr/src/packages/OTHER OTHERDIR=/usr/src/packages/OTHER
else else
echo "no OTHERDIR" echo "no OTHERDIR"