summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-07 22:03:34 +0000
committerKarl Berry <karl@freefriends.org>2021-05-07 22:03:34 +0000
commitae7121a6147bb62472b7e8879a85b8c484b6ffff (patch)
tree6cbeb35a99ea62799eb1a3bb570dd8f114328cec
parent79578b148ba1f439c5e8bc6cabb452f907403291 (diff)
glorious typo
git-svn-id: svn://tug.org/texlive/trunk@59127 c570f23f-e606-0410-a88d-b1316a301751
-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 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;