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:
parent
393948f2a4
commit
9fd34778d0
@ -101,7 +101,7 @@ fi
|
||||
# Compare rpmlint.log files
|
||||
if test -d /home/abuild/rpmbuild/OTHER; then
|
||||
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
|
||||
else
|
||||
echo "no OTHERDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user