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, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 59de6a16cbe..e7b7773c851 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3038,6 +3038,7 @@ exit 2 unless Getopt::Long::GetOptions (
"debug!",
"help",
"test|n!",
+ "contrib",
"version",
);
@@ -6404,7 +6405,7 @@ sub readconfig {
sub nonfree_die {
my ($diestr, $cmd) = @_;
- if ($ENV{'CTAN2TDS_NONFREE'}) {
+ if ($opt_contrib) {
eval $cmd;
} else {
die $diestr;