From 8c9710e1dff6259e1a3c50d9ff052729654fc492 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 22 Sep 2010 00:17:08 +0000 Subject: back to eq "shortdesc" git-svn-id: svn://tug.org/texlive/trunk@19838 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPOBJ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 3b6a74f5cc1..c17364209a6 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -261,7 +261,7 @@ sub from_fh { $self->{'cataloguedata'}{$1} = "$2"; } elsif ($line =~ /^catalogue-([^\s]+)\s*/o) { 1; # ignore e.g. catalogue-ctan without parameter - } elsif ($line =~ /^shortdesc\s*$/o) { # shortdesc + } elsif ($line eq "shortdesc") { $self->{'shortdesc'} .= " "; $lastcmd = "shortdesc"; next; -- cgit v1.2.3