Drop "set -e" from the scripts.
[grml-debootstrap.git] / chroot-script
index 32f15b2..7206de9 100755 (executable)
@@ -6,8 +6,6 @@
 # License:       This file is licensed under the GPL v2.
 ################################################################################
 
 # License:       This file is licensed under the GPL v2.
 ################################################################################
 
-set -e # exit on any error
-
 . /etc/debootstrap/config    || exit 1
 . /etc/debootstrap/variables || exit 1
 
 . /etc/debootstrap/config    || exit 1
 . /etc/debootstrap/variables || exit 1