Skip to content

Commit

Permalink
check-reqs.eclass: Remove duplicate slash in path.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Aug 23, 2019
1 parent 83bc26f commit f557c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/check-reqs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ check-reqs_run() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
[[ -n ${CHECKREQS_DISK_USR} ]] && \
check-reqs_disk \
"${EROOT}/usr" \
"${EROOT%/}/usr" \
"${CHECKREQS_DISK_USR}"

[[ -n ${CHECKREQS_DISK_VAR} ]] && \
check-reqs_disk \
"${EROOT}/var" \
"${EROOT%/}/var" \
"${CHECKREQS_DISK_VAR}"
fi
}
Expand Down

0 comments on commit f557c01

Please sign in to comment.