From: Bruno Haible Date: Thu, 17 Sep 2020 21:02:51 +0000 (+0200) Subject: sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25). Part 2. X-Git-Tag: v1.0~3626 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b40f8bb4d4bd5b46d8e9859fc9a78b4e7af76d73;p=gnulib.git sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25). Part 2. --- diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index 35be4d3c43..c94425cbee 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 @@ -641,7 +641,7 @@ AC_DEFUN([gl_SILENT], [ exec GL_TMP_FD>&AS_MESSAGE_FD AS_MESSAGE_FD>/dev/null $1 - exec AS_MESSAGE_FD>&GL_TMP_FD AS_MESSAGE_FD>&- + exec AS_MESSAGE_FD>&GL_TMP_FD GL_TMP_FD>&- ]) # gl_CACHE_VAL_SILENT(cache-id, command-to-set-it)