From: Bruno Haible Date: Sat, 13 Oct 2018 09:56:36 +0000 (+0200) Subject: autopoint: Don't redirect stderr. X-Git-Tag: v0.20~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1688f4965dcdddb320a2dec73dedd6ad38051d99;p=thirdparty%2Fgettext.git autopoint: Don't redirect stderr. Reported by ShellCheck via Pavel Raiskup . * gettext-tools/misc/autopoint.in (func_version_prereq): Don't redirect stderr. --- diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index d503235cd..6122382fa 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -321,7 +321,7 @@ func_version_prereq () req="$1" ver="$2" echo "m4_if(m4_version_compare([$ver], [$req]), [-1], [m4_exit([1])])" \ - | "$AUTOM4TE" --language=M4sugar 2>&1 >/dev/null + | "$AUTOM4TE" --language=M4sugar >/dev/null } # If AM_GNU_GETTEXT_REQUIRE_VERSION is used and archive_version is newer than