X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=ea9fafe2a48aab8fe6b0062959152244c0be75df;hb=45348240358d29c43f8d943b6c8f07dec5fbdb56;hp=397ce82e2018687e6843d99c140fe5ee08ec5029;hpb=603c0b7b14a6b59a87ede20b2fdb6765e773c0ed;p=elogind.git diff --git a/configure.ac b/configure.ac index 397ce82e2..ea9fafe2a 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,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)