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

(-)/usr/bin/eix-sync.orig (+5 lines)
Lines 184-189 Link Here
184
	fi
184
	fi
185
	# treat 'time' separately to allow for shell builtin
185
	# treat 'time' separately to allow for shell builtin
186
	shift
186
	shift
187
	# Don't use time when QUIET is set
188
	if ${QUIET}; then
189
		"${@}"
190
		return
191
	fi
187
	# Of course, 'time' is a feature, i.e. things should still work even
192
	# Of course, 'time' is a feature, i.e. things should still work even
188
	# if neither the shell nor the time command is available.
193
	# if neither the shell nor the time command is available.
189
	if command -v time >/dev/null 2>&1; then
194
	if command -v time >/dev/null 2>&1; then

Return to bug 238640