diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-09 16:10:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-09 16:10:43 +0000 |
commit | 231ec7c96e9fb3af57faf87fe9477615edcb1160 (patch) | |
tree | 1ca3ba0336fdd9e0e18354aa4c9868b4002b3bc5 /Build/tools | |
parent | 5f842346b2d475bb02af8e29fcc9a50107b21529 (diff) |
remove pdcmac barring complaints, it is very old and would need work to get right
git-svn-id: svn://tug.org/texlive/trunk@4269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/ctan2tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl index 622656c691f..24973d47cfa 100755 --- a/Build/tools/ctan2tl +++ b/Build/tools/ctan2tl @@ -46,7 +46,8 @@ if test -z "$ctan_dir1"; then echo "$0: can't find CTAN directory for $pkg." >&2 exit 1 fi -echo "$0: ctan dir for $pkg is $ctan_dir1" +echo "$0: ctan dir for $pkg" +echo "$0: is $ctan_dir1" if $copy_from_ctan; then |