diff options
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-x | functions/chroot.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh index d66578752..4d53cb25e 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -7,8 +7,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. -set -e - Chroot () { CHROOT="${1}"; shift |