diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-14 21:05:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-14 21:05:38 +0000 |
commit | afbe98b7e519e8859f76e9b981e1947ac963cd26 (patch) | |
tree | 270f34c589b98eaf672a7d6784bab861f9c1e7bd /Master/tlpkg/bin | |
parent | bb0c0fea8ff60450f443568e5a7d86551db7371e (diff) |
cmupint (14apr20)
git-svn-id: svn://tug.org/texlive/trunk@54735 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 4 |
1 files changed, 2 insertions, 2 deletions
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 <install path='...'/> |