diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-05 18:10:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-05 18:10:21 +0000 |
commit | bb6f6ff799b72af025baaee9a3057dcddacca14a (patch) | |
tree | 3e1ca61dc00c3cf46a0ef11a0be9aa198e0235aa /Master/tlpkg/bin | |
parent | 9726a0d9c282ec691d3f4ed90f42758860251f85 (diff) |
missed files in patterns, sync
git-svn-id: svn://tug.org/texlive/trunk@62441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/c2lx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index c47efa465bd..aedb2911b56 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -17,7 +17,7 @@ dirsfile=/tmp/`id -u`.tlplace.dirs cp /dev/null $dirsfile.tmp cp /dev/null /tmp/first -if test "x$1" = xe; then +if test "x$1" = xe || test "x$1" = x2e; then shift; label=l2e pkgs="amsmath cyrillic graphics tools latex firstaid" elif test "x$1" = xdev; then |