From 94db4d57fa4045ef90e9394f5821f51e60505939 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 21 Mar 2019 00:28:09 -0400 Subject: sys-boot/grub: redirect stdout while sourcing bootstrap.conf Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83 Signed-off-by: Mike Gilbert --- sys-boot/grub/grub-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-boot/grub/grub-9999.ebuild') diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 4de2f017c338..7ae9bb427d99 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -138,7 +138,7 @@ src_unpack() { git-r3_src_unpack cd "${P}" || die local GNULIB_URI="https://git.savannah.gnu.org/git/gnulib.git" - local GNULIB_REVISION=$(source bootstrap.conf; echo "${GNULIB_REVISION}") + local GNULIB_REVISION=$(source bootstrap.conf >/dev/null; echo "${GNULIB_REVISION}") git-r3_fetch "${GNULIB_URI}" "${GNULIB_REVISION}" git-r3_checkout "${GNULIB_URI}" gnulib fi -- cgit v1.2.3