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

(-)/usr/bin/equery (+1 lines)
Lines 371-376 Link Here
371
		else:
371
		else:
372
			# Trim trailing slash from query
372
			# Trim trailing slash from query
373
			for i in range(0, len(query)):
373
			for i in range(0, len(query)):
374
				query[i] = '/' + query[i].lstrip('/')
374
				if (query[i][-1] == "/"):
375
				if (query[i][-1] == "/"):
375
					query[i] = query[i][:-1]
376
					query[i] = query[i][:-1]
376
			q = map(lambda x: ((len(x) and x[0] == "/") and "^" or "/")
377
			q = map(lambda x: ((len(x) and x[0] == "/") and "^" or "/")

Return to bug 234584