From: Tong Sun Date: Sat, 18 Oct 2008 05:36:35 +0000 (-0400) Subject: bug fix for --confdir X-Git-Tag: v0.23~17^2~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=64e92e2959ac462c7b94a675ebb4fa3dc9e3a191 bug fix for --confdir previously files are not copied from within confdir. fixed. --- 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 } # }}}