From 50db61194546ce5d4faebe47e12b7ed0a0e545fc Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 21 Apr 2015 23:35:33 +0000 Subject: fix unknown action problems temporary be removing early check code git-svn-id: svn://tug.org/texlive/trunk@36985 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index c27fd68c572..9e97b620a67 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -279,9 +279,11 @@ sub main { exit 0; } - if (defined($action) && $action && !exists $actionoptions{$action}) { - die "$prg: unknown action: $action; try --help if you need it.\n"; - } + # we cannot warn now, as we do some action massaging down there + # to get this real needs some more work + # if (defined($action) && $action && !exists $actionoptions{$action}) { + # die "$prg: unknown action: $action; try --help if you need it.\n"; + # } if ((!defined($action) || !$action) && !$opts{"help"} && !$opts{"h"}) { die "$prg: missing action; try --help if you need it.\n"; -- cgit v1.2.3