diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 057eeaf8235..fdd6edd75ff 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2522,8 +2522,8 @@ sub SYSTEM sub MAKEflatten { # don't to this in a tds-ready tree... - -e "$startdir/$packagedir/TDS_READY" - and die "using MAKEflatten with a tds-ready tree.\n"; + -e "$startdir/$packagedir/TDS_READY" + && die "$0: using MAKEflatten with TDS_READY tree $startdir/$packagedir.\n"; &setup; &xchdir ("$DEST/doc/$whichdocformat/$package"); |