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

Collapse All | Expand All

(-)pym/portage_exec.py.orig (-1 / +1 lines)
Lines 84-90 Link Here
84
		verbosefile = open(logfile,'a')
84
		verbosefile = open(logfile,'a')
85
		verbosefd = verbosefile.fileno()
85
		verbosefd = verbosefile.fileno()
86
	elif quiet and not logfile:
86
	elif quiet and not logfile:
87
		verbosefd = os.open("/dev/null",'a')
87
		verbosefd = os.open("/dev/null",os.O_APPEND)
88
	
88
	
89
	# set file descriptors for stderr/stdout
89
	# set file descriptors for stderr/stdout
90
	if logfile or quiet:
90
	if logfile or quiet:

Return to bug 37491