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

(-)/usr/lib/python2.4/site-packages/java_config/jc_options.py.orig (-2 / +6 lines)
Lines 334-341 Link Here
334
			print ':'.join(cp)
334
			print ':'.join(cp)
335
		else:			
335
		else:			
336
			#print bold('Entries in the classpath: \n')
336
			#print bold('Entries in the classpath: \n')
337
			print env['CLASSPATH']
337
			try:
338
			
338
				print env['CLASSPATH']
339
			except KeyError:
340
				# there is no CLASSPATH env set
341
				print
342
339
class Librarypath (jc_iface.OptInterface):
343
class Librarypath (jc_iface.OptInterface):
340
344
341
	usage = (
345
	usage = (

Return to bug 117888