summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index e5c7376bd14..17c1d6d2497 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -253,6 +253,7 @@ sub main
}
}
my $do_relative = 0;
+ debug("pkg=$pkg deps_on_arch=$deps_on_arch, ctt=$ctt\n");
$do_relative = $opt_relative && # user option
($deps_on_arch?0:1) && # no $pkg.ARCH dep
(defined($ctt)?1:0) && # see above