summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2012-08-02 02:48:36 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2012-08-02 02:48:36 +0000
commitc182a77cc84fdeda131b1a735145124802b4d9c1 (patch)
tree03c98c6f2beee211dcbbd2a8493aec22753b6bbd /Master
parent90a59dbf5bffc7ecade7b2e3be9324e7ebfd155a (diff)
untar w/o time stamp extraction on w32 (problems with AV soft)
git-svn-id: svn://tug.org/texlive/trunk@27280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 9b66573679b..cc4d3e36a52 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2005,7 +2005,7 @@ sub write_w32_updater {
:update
for %%I in (@upd_tar) do (
- temp\\tar.exe -xf temp\\%%I
+ temp\\tar.exe -xmf temp\\%%I
if errorlevel 1 goto :rollback
)
tlpkg\\tlperl\\bin\\perl.exe .\\texmf\\scripts\\texlive\\tlmgr.pl _include_tlpobj @upd_tlpobj
@@ -2023,7 +2023,7 @@ sub write_w32_updater {
>con echo failed self update: @upd_info
>con echo Rolling back to previous version ...
for %%I in (@rst_tar) do (
- temp\\tar.exe -xf temp\\%%I
+ temp\\tar.exe -xmf temp\\%%I
if errorlevel 1 goto :panic
)
tlpkg\\tlperl\\bin\\perl.exe .\\texmf\\scripts\\texlive\\tlmgr.pl _include_tlpobj @rst_tlpobj