summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index ac07d969b87..52779211a8b 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -125,6 +125,9 @@ sub from_file
if ($line =~ /^shortdesc\s*(.*)$/) {
$shortdesc = $1;
next;
+ } elsif ($line =~ /^shortdesc$/) {
+ $shortdesc = "";
+ next;
} elsif ($line =~ /^category\s+$CategoriesRegexp$/) {
$category = $1;
next;