From 6fc4c091f77136f7f6e209db061b505197a197f8 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 8 Feb 2019 17:17:43 +0000 Subject: [PATCH] config/path: stop logging patch progress to stderr when stdout is fine --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index c5c116f559..98b8e919f9 100644 --- a/config/path +++ b/config/path @@ -91,7 +91,7 @@ if [ -z "${SILENT_OUT}" -a -z "${VERBOSE_OUT}" ]; then if [ "$VERBOSE" = yes ]; then exec 3>&1 - exec 4>&2 + exec 4>&1 else exec 3>&2 exec 4>/dev/null