diff --git a/configure.ac b/configure.ac index 834b12314c4..b7a587c6624 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,7 @@ AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"]) if test "x${have_selinux}" != xno ; then sushell=/sbin/sushell else - sushell=/bin/bash + sushell=/bin/sh fi AC_SUBST(sushell)