diff options
author | Norbert Preining <preining@logic.at> | 2017-07-15 13:00:54 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-07-15 13:00:54 +0000 |
commit | c5a1e0d44e2bd4121dc90a8ca835f2b73760eba4 (patch) | |
tree | 2274598298940ee6c4d853543817b8ffc21f3f5e /Master/tlpkg/libexec/ctan2tds | |
parent | 132eb754668558473101fb9d129a239bd31246ab (diff) |
work on supporting tlcontrib in ctan2tl
git-svn-id: svn://tug.org/texlive/trunk@44807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
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; |