diff options
-rwxr-xr-x | Build/tools/tlpkginfo | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index e7ee5478ac0..8d4bce66c68 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -22,7 +22,7 @@ sub main return 0; } else { - die "Usage: $0 --ctan-dir PKGNAME or --ctan-root (not @ARGV)\n"; + die "Usage: $0 --ctan-dir PKGNAME or --ctan-root (not @ARGV).\n"; } } @@ -49,7 +49,6 @@ sub find_ctan_dir if (! $ctan_dir) { # fall back on many special cases (my $menobin = $me) =~ s,^bin-,,; - (my $menodash = $me) =~ s,^.*-,,; (my $menopowerdot = $me) =~ s,^powerdot-,,; (my $menotype1 = $me) =~ s,-type1$,,; @@ -76,7 +75,6 @@ sub find_ctan_dir "info/spanish/$me", # guia-bibtex "info/symbols/$me", # comprehensive "info/math/voss/$me", # mathmode - "info/lshort/$menodash", # lshort-english "info/bibtex/$me", # tamethebeast "info/$me", # Type1fonts "help/$me", # es-tex-faq |