diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-18 22:22:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-18 22:22:23 +0000 |
commit | 98da14d35616fd1762dbeeb32c51cbff25b52a68 (patch) | |
tree | b6679be2939e4b379609a6a4da503d4aec559fa5 /Master/tlpkg | |
parent | 11e8f94356b2aa7be495a33cdee991d01949d17d (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@62796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 02bf81d393e..2832b948cc2 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -30,7 +30,7 @@ elif test "x$1" = x3; then elif test "x$1" = xjxu; then shift; label=jxu pkgs="beaulivre colorist einfart lebhart mindflow minimalist simplivre" - pkgs="$pkgs create-theorem crethe projlib" + pkgs="$pkgs create-theorem projlib" elif test "x$1" = xqyi; then shift; label=qyi pkgs="easybook spbmark" |