diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index ea200c8e17c..5b2c9ae60d0 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -60,6 +60,9 @@ fi echo "$0: ctan dir for $pkg" echo "$0: is $ctan_dir1" +test -r "$ctan_dir1/TDS_READY" \ +&& echo "$0: from `cat $ctan_dir1/TDS_READY`" + if egrep " $pkg"'( |$)' $mydir/tlpkg-ctan-check >/dev/null; then :; else echo echo "*** $0: $pkg not in $mydir/tlpkg-ctan-check, add?" |