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

(-)pym/output.py (-1 / +2 lines)
Lines 194-200 Link Here
194
		if prompt_command == "":
194
		if prompt_command == "":
195
			default_xterm_title = ""
195
			default_xterm_title = ""
196
		elif prompt_command is not None:
196
		elif prompt_command is not None:
197
			default_xterm_title = commands.getoutput(prompt_command)
197
			os.system(prompt_command)
198
			return
198
		else:
199
		else:
199
			pwd = os.getenv('PWD','')
200
			pwd = os.getenv('PWD','')
200
			home = os.getenv('HOME', '')
201
			home = os.getenv('HOME', '')

Return to bug 139383