From 0d3e95391689e75564c33127e17594f71e992bd6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Nov 2007 22:23:24 +0000 Subject: Allow any errors from save_ebuild_env() to go to stderr instead of directing them to /dev/null. svn path=/main/trunk/; revision=8607 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8ad15241d..20d08e3e3 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1796,7 +1796,7 @@ if [ -n "${EBUILD_SH_ARGS}" ] && \ ! hasq ${EBUILD_SH_ARGS} clean help info; then # Save current environment and touch a success file. (echo for success) umask 002 - save_ebuild_env > "${T}/environment" 2>/dev/null + save_ebuild_env > "${T}/environment" chown portage:portage "${T}/environment" &>/dev/null chmod g+w "${T}/environment" &>/dev/null fi -- cgit v1.2.3-1-g7c22