From 0762a8e56e8ad79ce3a3884aa0743ee459362ad4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Feb 2011 23:44:40 +0100 Subject: Updating upstart support addition to current coding style. --- scripts/build/lb_chroot_linux-image | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/lb_chroot_linux-image b/scripts/build/lb_chroot_linux-image index 411e06e2c..ad8c6e618 100755 --- a/scripts/build/lb_chroot_linux-image +++ b/scripts/build/lb_chroot_linux-image @@ -89,9 +89,10 @@ EOF # lets see if we still need the squeeze's "pre init system policy discussion" hack: IS_SYSVINIT_ESSENTIAL="$(Chroot chroot dpkg-query --show --showformat='${Essential}\n' sysvinit)" - RC=$? + RC="$?" - if [ "${IS_SYSVINIT_ESSENTIAL}" != "no" ] && [ "${RC}" == "0" ]; then + if [ "${IS_SYSVINIT_ESSENTIAL}" != "no" ] && [ "${RC}" = "0" ] + then # sysvinit is both installed and essential, ugly hack to remove it Chroot chroot dpkg --force-remove-essential --remove sysvinit || true fi -- cgit v1.2.3