Skip to content

Commit

Permalink
Merge pull request #949 from dbitouze/master
Browse files Browse the repository at this point in the history
Fix local assignment to a global variable '\g__sys_backend_tl'
  • Loading branch information
josephwright committed Jun 14, 2021
2 parents 0e42f6c + e8a21bd commit 6c1b648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions l3kernel/CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]

### Fixed
- Local assignment to `\g__sys_backend_tl`
- Incorrect internal function name (issue #939)
- Case-changing exceptions for (u)pTeX (issue #939)

Expand Down
2 changes: 1 addition & 1 deletion l3kernel/l3sys.dtx
Expand Up @@ -498,7 +498,7 @@
}
{
\tl_if_blank:nF {#1}
{ \tl_set:Nn \g_@@_backend_tl {#1} }
{ \tl_gset:Nn \g_@@_backend_tl {#1} }
\@@_load_backend_check:N \g_@@_backend_tl
\str_const:Nx \c_sys_backend_str { \g_@@_backend_tl }
\__kernel_sys_configuration_load:n
Expand Down

0 comments on commit 6c1b648

Please sign in to comment.