about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-12-13 11:45:38 +0100
committerOliver Kiddle <opk@zsh.org>2023-12-13 11:45:38 +0100
commit0b5850c162161512a7faceb7a8acad1c119c5630 (patch)
treeda5b8c32646a81fca8323cc7abaead64f2b21db1 /ChangeLog
parent10c3ed20c7068a0564a812ddc232c8f35500813d (diff)
downloadzsh-0b5850c162161512a7faceb7a8acad1c119c5630.tar.gz
zsh-0b5850c162161512a7faceb7a8acad1c119c5630.tar.xz
zsh-0b5850c162161512a7faceb7a8acad1c119c5630.zip
52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Solaris 11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8762aefe..4110765a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-12-13  Oliver Kiddle  <opk@zsh.org>
 
+	* 52394: configure.ac: alter form of /dev/fd test to work where
+	/bin/sh is ksh such as on Solaris 11
+
 	* 52393: Test/ztst.zsh: fix tests on Solaris by omitting -a option
 	to diff as it is not supported there