summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-05 14:51:38 +0000
committerKarl Berry <karl@freefriends.org>2008-11-05 14:51:38 +0000
commit1635864125a31bb8732d2c04d64a0ca6baa62006 (patch)
treeae3281311d40abe98c869eba0c3207dda756c22e /Master/install-tl
parent9b9d15dfc79274a08f96f72a6f1e2e0258fec2d9 (diff)
switch some one-shot ddebugs to debug
git-svn-id: svn://tug.org/texlive/trunk@11192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 0589b2939e9..0241a89bc51 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -726,7 +726,7 @@ sub calc_depends {
# collect the already selected packages
my @pre_selected = keys %install;
- ddebug("initial number of installations: $#pre_selected\n");
+ debug("initial number of installations: $#pre_selected\n");
# loop over all the pre_selected and add them
foreach $p (@pre_selected) {
@@ -757,7 +757,7 @@ sub calc_depends {
# check for newly selected packages
my @post_selected = keys %install;
- ddebug("number of post installations: $#post_selected\n");
+ debug("number of post installations: $#post_selected\n");
# set repeat condition
if ($#pre_selected != $#post_selected) {