diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-09 23:07:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-09 23:07:06 +0000 |
commit | 62f8b0f14e7b4f36ea03e97396bc1e09cad6835a (patch) | |
tree | fad7e05ccaab46760c89cd988f3f364cdc713c56 /Master/tlpkg/bin | |
parent | 587481fa1106036a954e87f74374cdea219a4c52 (diff) |
tl23 luatex devid rebuild for np platforms
git-svn-id: svn://tug.org/texlive/trunk@66510 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index fe146711a70..3ee215d92a4 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -280,7 +280,7 @@ for tlplat in $tlplats; do | egrep -v '^(x?asy(\.exe)?|freeglut\.dll)$' \ | egrep -v '^biber(-ms)?(\.exe)?$' \ | egrep -v '^dvisvgm$' \ - | egrep -v '^(luametatex|context(.lua)?|mtxrun$' \ + | egrep -v '^(luametatex|context(.lua))?|mtxrun$' \ | egrep -v 'xindy' \ >$ourdel # intentionally anything matching xindy comm -13 $tmpdir/now $tmpdir/new >$ouradd # looking for additions |