On 8/17/20 4:47 PM, Dmitry Fomichev wrote: > The recent patch to detect for pkg-config presence has introduced some > bash-specific code to configure script. This lead to syntax errors > while running configure under some other shells, such as (d)ash. > > Avoid ${!var} indirect substitution syntax and stop using "local" > keyword which is non-POSIX-standard. Address a few minor shellcheck > complaints about the code in same function. Applied, thanks. > Fixes: 162f8c2a96ae181d7e4099af8e9f39b5eac6886e Fixed this one up in the process, it should look like this: Fixes: 162f8c2a96ae ("configure: check if pkg-config is installed") -- Jens Axboe