https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267193

--- Comment #2 from Tijl Coosemans <t...@freebsd.org> ---
(In reply to Kubilay Kocak from comment #1)
I can't add anything to what you've already said.  I looked at the code and
didn't see anything special.  -q means no output to stderr.  And both /dev/null
are opened with fopen("/dev/null", "r"), read with getc (which returns EOF),
and closed with fclose.  Because the result is empty no output file is opened.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to