X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=ea9fafe2a48aab8fe6b0062959152244c0be75df;hp=397ce82e2018687e6843d99c140fe5ee08ec5029;hb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;hpb=7f41820b07ccb8a6da5552c466818fcce3d085bf 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)