From 8d9dfda86bfa5f6e4740556222df86c4fdcfbf3a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 16 Apr 2008 11:03:00 +0000 Subject: spaces in names should also work on unix, we need quoted stuff git-svn-id: svn://tug.org/texlive/trunk@7448 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master') 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 -- cgit v1.2.3