do not quote $_VSHELPER in help message (reported by Roman Barczynski,
[util-vserver.git] / util-vserver / scripts / vserver-build.debootstrap
index eb77fa1..bac211e 100644 (file)
@@ -29,7 +29,7 @@ function init
 
 function initVariables
 {
-    base.initVariables
+    base.init
 
     test -n "${mirror-unset}" || {
        local aux
@@ -137,3 +137,5 @@ mv "$VDIR"/dev "$VDIR"/dev.X
 "$DEBOOTSTRAP" "$@" "$DISTRIBUTION" "$VDIR" "$mirror" || :     ## HACK: ignore all errors...
 fixupDebian "$VDIR"
 test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"
+
+base.setSuccess