diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 030a0242e57..ea9d410de1f 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -754,7 +754,7 @@ sub update_from_catalogue # keyword expansion here, e.g., # $Date$ # ->2007-08-15 19:43:35 +0100 - $foo =~ s/ \(.*\)( \$ *)$//; # maybe nothing after parens + $foo =~ s/ \(.*\)( *\$ *)$//; # maybe nothing after parens $self->cataloguedata->{'date'} = $foo; } if (defined($entry->license)) { |