]> Savannah Git Hosting - gnulib.git/commitdiff
sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25). Part 2.
authorBruno Haible <bruno@clisp.org>
Thu, 17 Sep 2020 21:02:51 +0000 (23:02 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 17 Sep 2020 21:02:51 +0000 (23:02 +0200)
m4/gnulib-common.m4

index 35be4d3c430217db2d3a3271ffabf707db2b99f0..c94425cbee77c5ade751739c6393301dbdf05f0f 100644 (file)
@@ -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)