From 5d9d82555a337442383cc78fc4fd64b9c34e47ee Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Mar 2016 15:46:12 -0700 Subject: [PATCH] Fix typo in previous patch --- m4/shell.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/shell.m4 b/m4/shell.m4 index e2f3fa9..a4b554d 100644 --- a/m4/shell.m4 +++ b/m4/shell.m4 @@ -35,7 +35,7 @@ AC_DEFUN([AC_PROG_SHELL], test "$(expr 3 + 4)" -eq 7 || exit ' # Solaris 11 /bin/sh (AT&T Research) 93u 2011-02-08 has a file - # descriptor bug that breaks zgrep is are hard to test for + # descriptor bug that breaks zgrep and is hard to test for # directly. At some point $(...) is reading a pipe from the # subshell, but the pipe is also open in the parent shell, so # the read deadlocks. Prefer some other shell if available. -- 2.47.2