summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2023-02-21 13:01:20 +0000
committerNorbert Preining <preining@logic.at>2023-02-21 13:01:20 +0000
commit4db531b94ce59ae884e6aea9f7dd568a7653b25e (patch)
tree51951f8fb689b492da5deaec6f3d896d53661654 /Master/tlpkg/TeXLive/TLUtils.pm
parentf0306b4085671e65ca2dd6f93809de3ee1c7172e (diff)
disable debug output
git-svn-id: svn://tug.org/texlive/trunk@66005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 99b251a8b1a..19ef13ea048 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -305,7 +305,7 @@ shell-finding code anyway to defend against future mistakes of the same ilk.
sub platform {
if (! defined $::_platform_) {
if ($^O =~ /^MSWin/i) {
- print STDERR "\$^O is $^O\n";
+ # print STDERR "\$^O is $^O\n";
$::_platform_ = "windows";
} else {
my $config_guess = "$::installerdir/tlpkg/installer/config.guess";