diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index a1d455295fe..a58861ac13d 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -672,12 +672,12 @@ sub install_package { my $target_quote = $target; if (win32()) { $lzmafile =~ s!/!\\!g; - $lzmafile_quote = "\"$lzmafile\""; $tarfile =~ s!/!\\!g; - $tarfile_quote = "\"$tarfile\""; $target =~ s!/!\\!g; - $target_quote = "\"$target\""; } + $lzmafile_quote = "\"$lzmafile\""; + $tarfile_quote = "\"$tarfile\""; + $target_quote = "\"$target\""; if ($what =~ m,http://|ftp://,) { # we are installing from the NET # download the file and put it into temp |