From afbe98b7e519e8859f76e9b981e1947ac963cd26 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Apr 2020 21:05:38 +0000 Subject: cmupint (14apr20) git-svn-id: svn://tug.org/texlive/trunk@54735 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkginfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index f0c1d310344..e79c22e669f 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -388,9 +388,9 @@ sub prepare { my $catname = tlpsrc_find_catalogue ($pkg); my $catfile = &catalogue_find_file ($catname || $pkg); if ($catfile) { - # quiet update because we want the only stdout to be the + # redirect to stderr because we want the only stdout to be the # directory name for ctan2tl to use. - system ("svn -q update $catfile >&2"); + system ("svn update $catfile >&2"); open (CATFILE, "<$catfile") || die "open($catfile) failed, fixme: $!"; # looking for a line like -- cgit v1.2.3