config/path: stop logging patch progress to stderr when stdout is fine

This commit is contained in:
MilhouseVH 2019-02-08 17:17:43 +00:00
parent aa4d81d233
commit 6fc4c091f7

View File

@ -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