From ea3d5bceb3c074cdc25a665e87fbd38f526a7223 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 18 May 2009 15:10:01 +0000 Subject: accept the new AddFormat executes git-svn-id: svn://tug.org/texlive/trunk@13204 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPOBJ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 6b08caf8067..0acb42d1f00 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -896,7 +896,7 @@ sub make_return_hash_from_executes { } else { push @maps, "disable $3"; } - } elsif ($e =~ m/^AddFormat\s+([^\s]+)\s*$/) { + } elsif ($e =~ m/^AddFormat\s+(.*)\s*$/) { push @formats, $1; } elsif ($e =~ m/^AddHyphen\s+(.*)\s*$/) { push @dats, $1; -- cgit v1.2.3