summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-12-08 05:46:00 +0000
committerNorbert Preining <preining@logic.at>2009-12-08 05:46:00 +0000
commitb7d60c710558fa5142e40afd945fa10a91a823c2 (patch)
tree457eb2d42524dffc6d61d0c0b03be92f0d38c7cd /Master
parentb5a6b80781d1a1d2060004d75cbf2992e8e0ed0b (diff)
action_arch should *NOT* work on win32
git-svn-id: svn://tug.org/texlive/trunk@16325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 7f5cbb4d72c..94ce675604a 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2810,6 +2810,7 @@ sub action_arch {
dviout.win32 wintools.win32/;
if ($^O=~/^MSWin(32|64)$/i) {
warn("action `arch' not supported on Windows\n");
+ return();
}
if ($opts{"gui"}) {
action_gui("arch");