diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 02:00:46 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 02:00:46 +0000 |
commit | 9fe970b0cd572991bb0ebdee216bb4a457e23bed (patch) | |
tree | 069f094bcca53a1fd30f5b0c6901c9c422216542 /Master/tlpkg | |
parent | 082ad8e8a73ad421ef7083e203b2ced4a6aa692f (diff) |
typo in erroneous_tds
git-svn-id: svn://tug.org/texlive/trunk@7966 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 2a8f83a59bc..f7c5d90c6fd 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -23,7 +23,7 @@ sub main $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # erroneous tds files (warn Robin about them) - $erroneus_tds = "lcyw"; # list format: pkg1|pkg2|etc + $erroneous_tds = "lcyw"; # list format: pkg1|pkg2|etc if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1]); |