diff options
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 |