mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
bzr.eclass: Add die statements.
... to make the QA lead happy. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -197,7 +197,7 @@ bzr_update() {
|
||||
|| die "${EBZR}: can't chdir to ${branch_dir}"
|
||||
${EBZR_UPDATE_CMD} ${EBZR_OPTIONS} "${repo_uri}" \
|
||||
|| die "${EBZR}: can't pull from ${repo_uri}"
|
||||
popd > /dev/null
|
||||
popd > /dev/null || die "${EBZR}: popd failed"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ bzr_fetch() {
|
||||
einfo \
|
||||
"revision ${EBZR_REVISION:-${EBZR_REVNO}} is now in ${EBZR_UNPACK_DIR}"
|
||||
|
||||
popd > /dev/null
|
||||
popd > /dev/null || die "${EBZR}: popd failed"
|
||||
}
|
||||
|
||||
# @FUNCTION: bzr_src_unpack
|
||||
|
||||
Reference in New Issue
Block a user