diff options
author | Norbert Preining <preining@logic.at> | 2018-05-30 01:32:59 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-05-30 01:32:59 +0000 |
commit | 916a0cf8a6401a84affd8982b5d882b6e6f57490 (patch) | |
tree | f293dbc7bd8ef7cc39d6de9f8eb155338508d9ec /Master/tlpkg/TeXLive | |
parent | a8342cf7ca6180a291a2c7cc00f5c0f54e0f0929 (diff) |
correct env var in documentation
git-svn-id: svn://tug.org/texlive/trunk@47873 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 1033d4c106f..e11797195a8 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2576,7 +2576,7 @@ Try to download the file given in C<$relpath> from C<$TeXLiveURL> into C<$destination>, which can be either a filename of simply C<|>. In the latter case a file handle is returned. -Downloading first checks for the environment variable C<TL_DOWNLOADER>, +Downloading first checks for the environment variable C<TEXLIVE_DOWNLOADER>, which takes various built-in values. If not set, the next check is fr C<TL_DOWNLOAD_PROGRAM> and C<TL_DOWNLOAD_ARGS>. The former overrides the above specification devolving to C<wget>, and the latter overrides the |