summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@lanl.gov>2019-02-23 17:21:09 -0700
committerChristoph Junghans <junghans@lanl.gov>2019-02-23 17:21:09 -0700
commitf7a01fcdc23f413ccf938797b9311700ed89bfea (patch)
tree51f65db6ebd1557e856170103eae581caa4df11a
parent7c249f568d38f5b2de4deaeafd1e23951ef9e8fe (diff)
downloadfedora-review-f7a01fcdc23f413ccf938797b9311700ed89bfea.tar.gz
fedora-review-f7a01fcdc23f413ccf938797b9311700ed89bfea.tar.xz
fedora-review-f7a01fcdc23f413ccf938797b9311700ed89bfea.zip
libaec: fixed a typo VII
-rwxr-xr-xreview.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/review.sh b/review.sh
index b9b836c..b8d7a4b 100755
--- a/review.sh
+++ b/review.sh
@@ -28,8 +28,8 @@ rpmbuild -D"_sourcedir ${PWD}" -D"_srcrpmdir ${PWD}" -bs ${PKG}.spec
chown -R review:mock ${H}
set +x
spin &
-set -x
SPIN_PID=$!
+set -x
trap "kill -9 $SPIN_PID" $(seq 0 15)
if ! sudo -u review fedora-review -v --mock-config ${MOCK_CONFIG} -n ${PKG} --mock-options "--no-bootstrap-chroot --no-cleanup-after --no-clean --old-chroot"; then
EXIT_CODE=1