commit: d5bb2706b050431dcb6cbed8d154e4a570e10205
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 16:55:00 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 16:55:00 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5bb2706
bin/phase-functions.sh: make Prefix mod suitable for master
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
bin/phase-functions.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 8e334c139..8b591d133 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -773,7 +773,9 @@ __dyn_help() {
fi
echo " merge to : ${ROOT}"
# PREFIX LOCAL: identify
- echo " offset : ${EPREFIX}"
+ if [[ -n "${EPREFIX}" ]]; then
+ echo " offset : ${EPREFIX}"
+ fi
echo
if [[ -n "$USE" ]]; then
echo "Additionally, support for the following optional features
will be enabled:"