summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-22 00:17:08 +0000
committerKarl Berry <karl@freefriends.org>2010-09-22 00:17:08 +0000
commit8c9710e1dff6259e1a3c50d9ff052729654fc492 (patch)
tree3c1dc80a6bd1c342694916ebdaf046269f901005 /Master/tlpkg/TeXLive/TLPOBJ.pm
parenta232fab77596af31c26e3cb455b4c2a82f9d37ff (diff)
back to eq "shortdesc"
git-svn-id: svn://tug.org/texlive/trunk@19838 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 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<whitespace>
+ } elsif ($line eq "shortdesc") {
$self->{'shortdesc'} .= " ";
$lastcmd = "shortdesc";
next;