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