[systemd-commits] configure.ac
Tom Gundersen
tomegun at kemper.freedesktop.org
Mon Feb 25 06:07:11 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 317c96d944e01e6e87200dd7ebe964fe9774d2c4
Author: Tom Gundersen <teg at jklm.no>
Date: Fri Feb 22 17:40:00 2013 +0100
debug-shell: don't be picky, use /bin/sh rather than /bin/bash
In a minimal initramfs, one might not always have the full bash available.
Typically if using busybox.
diff --git a/configure.ac b/configure.ac
index 834b123..b7a587c 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)
More information about the systemd-commits
mailing list