﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1738	"""make chroot"" should umount kernfs even if the shell exits with non-zero code"	xry111	alfs-log@…	"""make chroot"" will start an interactive shell, and it's too easy to make it exit with non-zero code (for example, pressing Ctrl+C before typing ""exit"").

So I think we should make the exit code of the shell ignored:

{{{
chroot: devices
        -sudo $(CHROOT1)
        $(MAKE) teardown
}}}

Add a ""-"" before ""sudo"" here."	defect	closed	normal		jhalfs	GIT	normal	fixed		
