From 51fe92c237f13782507081457872d5ab6e7740cc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 18 Apr 2020 06:11:33 -0700 Subject: configure: include ksh in search. * configure: everything works fine with ksh93, so let's add ksh to list of shell to look for. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8ba00895..75e1604e 100755 --- a/configure +++ b/configure @@ -61,6 +61,7 @@ while true ; do for shell in "$CONFIG_SHELL" \ /bin/bash /usr/bin/bash /usr/local/bin/bash \ /bin/dash /usr/bin/dash /usr/local/bin/dash \ + /bin/ksh /usr/bin/ksh /usr/local/bin/ksh \ /usr/xpg4/bin/sh do if test -x "$shell" ; then -- cgit v1.2.3