diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-16 00:54:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-16 00:54:18 +0000 |
commit | 3ba4e8965402549e1c84bd6dc5ce1bc6ed6b7749 (patch) | |
tree | e589382c6af5f309776f6f0aae226ae164cd3616 /Master/tlpkg/bin/tlpsrc2tlpdb | |
parent | 6ba296336ea453670618277b5e6242f65704efe0 (diff) |
tlpdb update
git-svn-id: svn://tug.org/texlive/trunk@4745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 2cabe4e1862..c6f1f10f0e6 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -45,7 +45,7 @@ if (! -d "$opt_master") { my $tlc; if (! -d "$opt_catalogue") { - warn "$0: -d /Cat/a/logue not given, we will continue without it.\n"; + warn "$0: -d /Cat/a/logue not given, continuing without it.\n"; } else { require "TeXLive::TeXCatalogue"; # not at compile time, for now anyway. $tlc = TeXLive::TeXCatalogue->new( 'location' => "$opt_catalogue" ); |