Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 189791 | Differences between
and this patch

Collapse All | Expand All

(-)bin/ebuild.sh (-1 / +1 lines)
Lines 1193-1199 Link Here
1193
		fi
1193
		fi
1194
1194
1195
		# default target
1195
		# default target
1196
		echo "$1" >> "${T}/eclass-debug.log"
1196
		echo "$1" 2>/dev/null >> "${T}/eclass-debug.log"
1197
		# let the portage user own/write to this file
1197
		# let the portage user own/write to this file
1198
		chmod g+w "${T}/eclass-debug.log" &>/dev/null
1198
		chmod g+w "${T}/eclass-debug.log" &>/dev/null
1199
1199

Return to bug 189791