summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-19 21:40:46 +0000
committerKarl Berry <karl@freefriends.org>2009-09-19 21:40:46 +0000
commit1d7481c95f101222cd723e0add5918e3d0676ec7 (patch)
treee405ea5ff352af4aef9df1cf2054157a7478b52b /Master/tlpkg/TeXLive/TLPOBJ.pm
parentc736ab65f137b4e1f222bf776e001d7ffe27a2e7 (diff)
(update_from_catalogue): maybe no space before the
$, either; bad parrun/shipunov fix in Catalogue. git-svn-id: svn://tug.org/texlive/trunk@15375 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm2
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)) {