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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- filter-bash-environment.py.orig
0
++ filter-bash-environment.py
Lines 31-37 Link Here
31
			file_out.write(line)
31
			file_out.write(line)
32
			continue
32
			continue
33
		if pattern.match(line) is None:
33
		if pattern.match(line) is None:
34
			file_out.write(line)
34
			file_out.write(line.replace("\1", ""))
35
35
36
if __name__ == "__main__":
36
if __name__ == "__main__":
37
	description = "Filter out any lines that match a given PATTERN " + \
37
	description = "Filter out any lines that match a given PATTERN " + \

Return to bug 222091