From f694ef348d3357b3f2c5daa2b9ff117ea91cff2e Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 5 Apr 2005 22:21:30 +0000 Subject: [PATCH] fix set +e b0rkage --- debian/changelog | 6 ++++++ livecd.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 53d4e80d..26aaf73b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.18) hoary; urgency=low + + * set +e affects callers. + + -- LaMont Jones Tue, 5 Apr 2005 16:20:32 -0600 + livecd-rootfs (0.17) hoary; urgency=low * locales cleanup. diff --git a/livecd.sh b/livecd.sh index 939aa3ec..f0e10b48 100755 --- a/livecd.sh +++ b/livecd.sh @@ -25,6 +25,7 @@ kill_users() { sleep 2 PIDLIST="$(ls -l /proc/*/root 2>/dev/null | grep -- " -> ${ROOT%/}" | sed -n 's/^.*proc.\([0-9]*\).*$/\1/p')" done + set -e } without_package() {