diff options
author | Norbert Preining <preining@logic.at> | 2014-04-21 06:58:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-04-21 06:58:22 +0000 |
commit | f23e9e60360d254778c8f00492db1c98ab8b57b7 (patch) | |
tree | 8aaa60527f1df70130fa42f0af14483d94c841e9 /Master/texmf-dist | |
parent | 0509edc897ef406fc6f65dc9e457031bb25e690b (diff) |
we are not in bash, we don't need end of line quoting ;-)
git-svn-id: svn://tug.org/texlive/trunk@33576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 6f602d1d90f..3f33ce274dc 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -112,7 +112,7 @@ our $FLAG_INSTALL = "i"; our $FLAG_REINSTALL = "I"; # keep in sync with install-tl. -our $common_fmtutil_args = \ +our $common_fmtutil_args = "--no-error-if-no-engine=$TeXLive::TLConfig::PartialEngineSupport"; # option variables |