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

Collapse All | Expand All

(-)src/awk/genenviron.awk (-1 / +1 lines)
Lines 53-59 Link Here
53
	# SPECIALS are treated differently.  For each env.d file, the variables are
53
	# SPECIALS are treated differently.  For each env.d file, the variables are
54
	# appended seperated with a ':'.  If not in specials, for each env.d file,
54
	# appended seperated with a ':'.  If not in specials, for each env.d file,
55
	# the variable are just set to the new value.
55
	# the variable are just set to the new value.
56
	tmpspecials="KDEDIRS:PATH:CLASSPATH:LDPATH:MANPATH:INFOPATH:ROOTPATH:CONFIG_PROTECT:CONFIG_PROTECT_MASK:PRELINK_PATH:PRELINK_PATH_MASK:PYTHONPATH:ADA_INCLUDE_PATH:ADA_OBJECTS_PATH"
56
	tmpspecials="KDEDIRS:PATH:CLASSPATH:LDPATH:MANPATH:INFOPATH:ROOTPATH:CONFIG_PROTECT:CONFIG_PROTECT_MASK:PRELINK_PATH:PRELINK_PATH_MASK:PYTHONPATH:ADA_INCLUDE_PATH:ADA_OBJECTS_PATH:PKG_CONFIG_PATH"
57
	split(tmpspecials, SPECIALS, ":")
57
	split(tmpspecials, SPECIALS, ":")
58
58
59
	unlink(ENVCACHE)
59
	unlink(ENVCACHE)

Return to bug 105384