From: Paul Eggert Date: Mon, 21 Mar 2016 22:46:12 +0000 (-0700) Subject: Fix typo in previous patch X-Git-Tag: v1.7~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5d9d82555a337442383cc78fc4fd64b9c34e47ee;p=debian%2Fgzip Fix typo in previous patch --- 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.