drop the set -u stuff
authorMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 14:34:14 +0000 (15:34 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 14:34:14 +0000 (15:34 +0100)
grml-debootstrap

index 6b5d288..0bbe409 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Nov 03 13:50:30 CET 2006 [mika]
+# Latest change: Fre Nov 03 15:34:02 CET 2006 [mika]
 ################################################################################
 # http://www.debian.org/releases/stable/i386/apcs04.html.en
 
@@ -15,8 +15,6 @@ set -e # exit on any error
 
 check4progs debootstrap || exit 1
 
-set -u # make sure we don't have empty variables
-
 if [ -r /etc/debootstrap/config ] ; then
    . /etc/debootstrap/config
 else