X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=78f70ac6873d615f470dc0e92f374376cb503ae1;hp=01c7665276225e0e8e2d7cc902522543bee24944;hb=64e92e2959ac462c7b94a675ebb4fa3dc9e3a191;hpb=2353722d53b5e53766e4e90605d31333343b381a 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 } # }}}