From 07f1e7b2d63f5bb00342c49233a469431e0326ea Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 6 May 2021 14:15:27 +0000 Subject: TLUtils: fix file:// URI scheme - thanks to Vincenzo Mantova git-svn-id: svn://tug.org/texlive/trunk@59095 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index eafc24ff8aa..35426399ed9 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2750,7 +2750,7 @@ sub download_file { return \*RETFH; } else { if (-r $filetoopen) { - copy ($filetoopen, $par); + copy ("-f", $filetoopen, $dest); return 1; } return 0; -- cgit v1.2.3