From 5aa3a0822c81791cdce2cbac428d9bd4e12b6886 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 13:28:02 +0300 Subject: musl: make getent print messages to stderr --- core/musl/files/getent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/musl') diff --git a/core/musl/files/getent b/core/musl/files/getent index 145be4ba..fb1e16a9 100755 --- a/core/musl/files/getent +++ b/core/musl/files/getent @@ -38,7 +38,7 @@ # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -out() { printf '%s\n' "$@" ;} +out() { printf '%s\n' "$@" >&2 ;} usage() { out "usage: ${0##*/} [database] [key ...]" \ " database may be one of:" \ -- cgit v1.2.3