From 64e92e2959ac462c7b94a675ebb4fa3dc9e3a191 Mon Sep 17 00:00:00 2001 From: Tong Sun Date: Sat, 18 Oct 2008 01:36:35 -0400 Subject: [PATCH] bug fix for --confdir previously files are not copied from within confdir. fixed. --- grml-debootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grml-debootstrap b/grml-debootstrap index 01c7665..78f70ac 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -119,6 +119,8 @@ fi if ! . "$CONFFILES/config" ; then eerror "Error reading config file $CONFFILES/config" ; eend 1 ; exit 1 fi + # restore the command line parameter value + CONFFILES=$_opt_confdir } # }}} -- 2.1.4