]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Work around ksh93 bug that broke config.status
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2020 23:24:50 +0000 (16:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2020 23:31:55 +0000 (16:31 -0700)
commit3ba414b2c4f599de1a3834b7074c3d47ff746341
tree85cd35a93ebfc45abe13c3ce122bd6f35e987168
parent4178160225ba4337687c24870f0e1af93bb5822f
Work around ksh93 bug that broke config.status

* lib/autoconf/status.m4 (_AC_OUTPUT_HEADER):
Use ‘>&1’, which is a no-op, to work around a bug in ksh93
Version JM 93t+ 2010-03-05 as used in OpenIndiana.
The bug causes ‘printf "foo"’ to mistakenly succeed in
some cases even though the underlying ‘write’ syscall fails.
The ‘>&1’ causes the printf to fail, as it should.
lib/autoconf/status.m4