bug fix for --confdir
[grml-debootstrap.git] / grml-debootstrap
index 01c7665..78f70ac 100755 (executable)
@@ -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
 }
 # }}}