X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=0b0ddfc86a23ae14fb0219d3c75aa4d61b90120a;hp=01c7665276225e0e8e2d7cc902522543bee24944;hb=de3e0da56535cb814242d0590c7e4524788fbf0c;hpb=2353722d53b5e53766e4e90605d31333343b381a diff --git a/grml-debootstrap b/grml-debootstrap index 01c7665..0b0ddfc 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -105,7 +105,7 @@ fi # cmdline handling {{{ # source external command line parameter-processing script -. $prog_real.clp +. /usr/share/grml-debootstrap/functions/cmdlineopts.clp # == business-logic of command line parameter-processing @@ -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 } # }}}