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

(-)genenviron.awk.org (+3 lines)
Lines 81-86 Link Here
81
				# Strip all '"' and '\''
81
				# Strip all '"' and '\''
82
				gsub(/\"/, "")
82
				gsub(/\"/, "")
83
				gsub(/\'/, "")
83
				gsub(/\'/, "")
84
				# Strip leading and trailing spaces
85
				gsub(/^[[:space:]]*/, "")
86
				gsub(/[[:space:]]*$/, "")
84
87
85
				if (envnode[1] in ENVTREE) {
88
				if (envnode[1] in ENVTREE) {
86
89

Return to bug 38743