diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
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"); |