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

(-)bin/emerge (-1 / +4 lines)
Lines 4380-4386 Link Here
4380
				print >> sys.stderr, " " + bad("*")+ " error scanning '%s'" % x
4380
				print >> sys.stderr, " " + bad("*")+ " error scanning '%s'" % x
4381
			else:
4381
			else:
4382
				files = a[1].split('\0')
4382
				files = a[1].split('\0')
4383
				if files != ['']:
4383
				# split always produces an empty string as the last element
4384
				if files and not files[-1]:
4385
					del files[-1]
4386
				if files:
4384
					procount += 1
4387
					procount += 1
4385
					print colorize("WARN", " * IMPORTANT:"),
4388
					print colorize("WARN", " * IMPORTANT:"),
4386
					if stat.S_ISDIR(mymode):
4389
					if stat.S_ISDIR(mymode):

Return to bug 187741