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

(-)/usr/portage/sys-libs/timezone-data/timezone-data-2013b.ebuild.orig (-1 / +1 lines)
Lines 70-76 Link Here
70
	else
70
	else
71
		src="${ROOT}etc/timezone"
71
		src="${ROOT}etc/timezone"
72
		if [[ -e ${src} ]] ; then
72
		if [[ -e ${src} ]] ; then
73
			tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "${src}")
73
			tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' -e 's:.*=::' "${src}")
74
		else
74
		else
75
			tz="FOOKABLOIE"
75
			tz="FOOKABLOIE"
76
		fi
76
		fi

Return to bug 469760