X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=b7a587c6624a46126b131b22a6b645715a872ee2;hb=826872b61e4857dfffe63ba84e2b005623baecd6;hp=834b12314c49921ca7b0e2f06b20d7b01968cede;hpb=b872e9a05939bc3e0ac95a042592506a7488dd6f;p=elogind.git diff --git a/configure.ac b/configure.ac index 834b12314..b7a587c66 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)