summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 39fcbb355..714371352 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1115,7 +1115,7 @@ debug-print() {
fi
# default target
- echo "$1" >> "${T}/eclass-debug.log"
+ echo "$1" 2>/dev/null >> "${T}/eclass-debug.log"
# let the portage user own/write to this file
chmod g+w "${T}/eclass-debug.log" &>/dev/null