From ae7121a6147bb62472b7e8879a85b8c484b6ffff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 7 May 2021 22:03:34 +0000 Subject: glorious typo git-svn-id: svn://tug.org/texlive/trunk@59127 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 1c4d7ce8698..0e68de0e011 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 ("-f", "-L" $filetoopen, $dest); + copy ("-f", "-L", $filetoopen, $dest); return 1; } return 0; -- cgit v1.2.3