commit:     2652a5494f4910700b18298796f7f7fefdf0ba78
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 07:23:01 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 07:23:01 2019 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=2652a549

wrappers: tweak rarning message to contain config file paths

commit 393e1cd0c6d3ac81fa166bafe6065d42849f622c
("wrappers: create profile/ and override ARCH, LIBC and KERNEL there")
broke config paths reporting as it upgraded 'conf' singleton
to 'confs' array but did not update warning message accordingly.

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 wrappers/emerge-wrapper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index c652df5..d084a96 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -24,7 +24,7 @@ emit_setup_warning()
        if ! ${setup_warning} ; then
                setup_warning=true
                echo "!!! WARNING - Cannot auto-configure CHOST ${CHOST};"
-               echo "!!! You should edit ${conf}"
+               echo "!!! You should edit ${confs[*]}"
                echo "!!! by hand to complete your configuration."
        fi
        echo "!!!  $*"

Reply via email to