Skip to content

Commit 8f8faac

Browse files
AMDmi3stass
authored andcommitted
- Ignore yet another instance of stderr being erroneously merged with stdout.
1 parent b5ca757 commit 8f8faac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/portupgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def get_all_depends(origin, parents_list = nil)
859859

860860
cmdargs.concat(get_make_args(origin))
861861

862-
`cd #{portdir} && #{shelljoin(*cmdargs)} -V #{depends_vars.join(' -V ')} 2>&1`.each_line do |line|
862+
`cd #{portdir} && #{shelljoin(*cmdargs)} -V #{depends_vars.join(' -V ')}`.each_line do |line|
863863
line.split(/\s+/).each do |dep|
864864
dep.sub!(/.*?:/,'')
865865
if dep.rindex(':') != nil

0 commit comments

Comments
 (0)