summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-18 18:55:50 +0000
committerNorbert Preining <preining@logic.at>2008-06-18 18:55:50 +0000
commitac3659cec2de8d9ef771cf65b5f111e4c63212ed (patch)
tree8e983088e0dba9ae344c715d72c5700ff6b02059 /Master/tlpkg/TeXLive/TLPostActions.pm
parentb988e35f7a6776bf29dc5e22b3e0e8d1420caaac (diff)
fix xcopy asking for input when copying ...
git-svn-id: svn://tug.org/texlive/trunk@8849 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index 475c4d83f90..7a44830464b 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -44,7 +44,7 @@ sub do_install_bin_xetex {
mkdirhier("$texmfsysvar/fonts");
my @cpycmd;
if (win32()) {
- push @cpycmd, "xcopy", "/e", "/i";
+ push @cpycmd, "xcopy", "/e", "/i", "/q", "/y";
} else {
push @cpycmd, "cp", "-a";
}