chiark / gitweb /
util: split resolving of /dev/console into a new function
[elogind.git] / configure.ac
index 834b12314c49921ca7b0e2f06b20d7b01968cede..b7a587c6624a46126b131b22a6b645715a872ee2 100644 (file)
@@ -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)