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

Collapse All | Expand All

(-)a/bin/glsa-check (-1 / +1 lines)
Lines 350-355 if mode == "test": Link Here
350
			summarylist(outputlist)
350
			summarylist(outputlist)
351
		else:
351
		else:
352
			sys.stdout.write("\n".join(outputlist)+"\n")
352
			sys.stdout.write("\n".join(outputlist)+"\n")
353
		sys.exit(6)
353
	else:
354
	else:
354
		sys.stderr.write("This system is not affected by any of the listed GLSAs\n")
355
		sys.stderr.write("This system is not affected by any of the listed GLSAs\n")
355
	sys.exit(0)
356
	sys.exit(0)
356
- 

Return to bug 587930