]> git.ipfire.org Git - thirdparty/bind9.git/commit
Work around broken Bash implementation on MacOS 13.6.1
authorMark Andrews <marka@isc.org>
Fri, 27 Oct 2023 23:35:51 +0000 (10:35 +1100)
committerMark Andrews <marka@isc.org>
Tue, 31 Oct 2023 03:15:59 +0000 (03:15 +0000)
commitd151b570cc658aa5f68f48b92f9f77dd861d03b8
treec2467029a1407f9897202557dfd9867b1a3e3d86
parent7ace49ac758dc184d1f8a808b849783f836b2bee
Work around broken Bash implementation on MacOS 13.6.1

The bash implementation on MacOS 13.6.1 is:

% /bin/sh --version
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin22)
Copyright (C) 2007 Free Software Foundation, Inc.

This fails to handle 'case' inside of $().  Reimplement using
if/elif/fi.
util/checklibs.sh