Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217444
Collapse All | Expand All

(-)ebuild.sh.old (-1 / +1 lines)
Lines 1097-1103 Link Here
1097
1097
1098
		# extra user-configurable targets
1098
		# extra user-configurable targets
1099
		if [ "$ECLASS_DEBUG_OUTPUT" == "on" ]; then
1099
		if [ "$ECLASS_DEBUG_OUTPUT" == "on" ]; then
1100
			echo "debug: $1"
1100
			echo 1>&2 "debug: $1"
1101
		elif [ -n "$ECLASS_DEBUG_OUTPUT" ]; then
1101
		elif [ -n "$ECLASS_DEBUG_OUTPUT" ]; then
1102
			echo "debug: $1" >> $ECLASS_DEBUG_OUTPUT
1102
			echo "debug: $1" >> $ECLASS_DEBUG_OUTPUT
1103
		fi
1103
		fi

Return to bug 217444