X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=f1afb1906673a5a65688aa57a5bec295848548da;hp=78f70ac6873d615f470dc0e92f374376cb503ae1;hb=b98747dfc77136aedff9c5beb89808fd35aefa58;hpb=64e92e2959ac462c7b94a675ebb4fa3dc9e3a191 diff --git a/grml-debootstrap b/grml-debootstrap index 78f70ac..f1afb19 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,6 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -prog_real=`readlink -f -- $0` VERSION='0.23' MNTPOINT="/mnt/debootstrap.$$" @@ -105,7 +104,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