summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index dd450e98904..1d5329a28d3 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -554,7 +554,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'mpcolornames',"&MAKEcopy",
'mpdinbrief', "die 'skipping, nosell license'",
'mptopdf', "die 'skipping, not ready, sorry'", #"&MAKEflatten",
- 'msu-thesis', "&MAKEflatten",
'msuthesis', "die 'skipping, use msu-thesis'",
'mtp2lite', "die 'skipping, nonfree'",
'mtx', "die 'skipping, pascal musixtex binaries'",
@@ -2152,7 +2151,7 @@ for (@ARGV) {
} else {
print "special: $special{$package}...\n";
eval $special{$package};
- die "$package failed in $special{$package}: $@" if $@;
+ die "$package failed in $special{$package}:\n $@" if $@;
}
} else {
&donormal;