diff --git a/configure.ac b/configure.ac index 6c7cae8a..d938f140 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ HEADING([Checking for bash]) dnl Bash must be at least version 4. If it is too old, fail hard dnl with a good diagnostic. Note macOS ships an ancient version dnl of bash (https://gitlab.com/nbdkit/nbdkit/-/issues/21) -bash=`which bash` +bash=$(command -v bash) AC_MSG_CHECKING([for the major version of $bash]) bash_major=`bash -c 'echo ${BASH_VERSINFO:-0}'` AC_MSG_RESULT([$bash_major])