NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/52687: can't suppress warnings from /bin/sh
The following reply was made to PR bin/52687; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/52687: can't suppress warnings from /bin/sh
Date: Wed, 01 Nov 2017 21:36:03 +0700
And in support of changing it ...
andromeda$ sh -c '/non/exist 2>/dev/null'
andromeda$
is needlessly different from
andromeda$ sh -c 'nonexist 2>/dev/null'
nonexist: not found
andromeda$
for no particularly good reason (other than the way it happens to
be implemented.)
kre
Home |
Main Index |
Thread Index |
Old Index