From 30b72754ff967fa0425c8bc1d82d3813a538a315 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 9 Feb 2014 14:48:45 -0800 Subject: [PATCH] fix(setup_board): Remove note about annoying eselect warning Silenced in eselect 1.4 --- build_library/toolchain_util.sh | 1 - setup_board | 1 - 2 files changed, 2 deletions(-) diff --git a/build_library/toolchain_util.sh b/build_library/toolchain_util.sh index 74f40d7c3e..8ed3162de3 100644 --- a/build_library/toolchain_util.sh +++ b/build_library/toolchain_util.sh @@ -173,7 +173,6 @@ _configure_sysroot() { fi $sudo mkdir -p "${ROOT}/etc/portage" - echo "eselect will report '!!! Warning: Strange path.' but that's OK" $sudo eselect profile set --force "$profile" $sudo tee "${ROOT}/etc/portage/make.conf" >/dev/null <