From 85e07a59b01c0da0b0c264872e78158bf97851fa Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 13 May 2010 23:51:34 +0000 Subject: fix $type undeclared git-svn-id: svn://tug.org/texlive/trunk@18232 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 5523a60eb67..c9e5bc55b54 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -554,7 +554,8 @@ sub handle_execute_actions # addLuaMap handling # if defined simply run the magic script { - if (defined($::execute_actions{$type}{'luamaps'}{'run'})) { + if (defined($::execute_actions{'enable'}{'luamaps'}{'run'}) || + defined($::execute_actions{'disable'}{'luamaps'}{'run'})) { # check for the existence, the PATH should be set up already if (which("mkluatexfontdb-sys")) { $errors += do_cmd_and_check("mkluatexfontdb-sys"); -- cgit v1.2.3