mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-08 16:41:35 +00:00
fix set +e b0rkage
This commit is contained in:
parent
1a06583e36
commit
f694ef348d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.18) hoary; urgency=low
|
||||||
|
|
||||||
|
* set +e affects callers.
|
||||||
|
|
||||||
|
-- LaMont Jones <lamont@ubuntu.com> Tue, 5 Apr 2005 16:20:32 -0600
|
||||||
|
|
||||||
livecd-rootfs (0.17) hoary; urgency=low
|
livecd-rootfs (0.17) hoary; urgency=low
|
||||||
|
|
||||||
* locales cleanup.
|
* locales cleanup.
|
||||||
|
@ -25,6 +25,7 @@ kill_users() {
|
|||||||
sleep 2
|
sleep 2
|
||||||
PIDLIST="$(ls -l /proc/*/root 2>/dev/null | grep -- " -> ${ROOT%/}" | sed -n 's/^.*proc.\([0-9]*\).*$/\1/p')"
|
PIDLIST="$(ls -l /proc/*/root 2>/dev/null | grep -- " -> ${ROOT%/}" | sed -n 's/^.*proc.\([0-9]*\).*$/\1/p')"
|
||||||
done
|
done
|
||||||
|
set -e
|
||||||
}
|
}
|
||||||
|
|
||||||
without_package() {
|
without_package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user