Skip to content

Commit

Permalink
epatch.eclass: call ebegin to balance eend
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/840963
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Jul 11, 2022
1 parent 12796e4 commit 7ff843c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclass/epatch.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ epatch() {

if [[ ${SINGLE_PATCH} == "yes" ]] ; then
if [[ -n ${EPATCH_SINGLE_MSG} ]] ; then
einfo "${EPATCH_SINGLE_MSG}"
ebegin "${EPATCH_SINGLE_MSG}"
else
einfo "Applying ${patchname} ..."
ebegin "Applying ${patchname}"
fi
else
einfo " ${patchname} ..."
ebegin " ${patchname}"
fi

# Handle aliased patch command #404447 #461568
Expand Down

0 comments on commit 7ff843c

Please sign in to comment.