summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-23 22:41:27 +0000
committerKarl Berry <karl@freefriends.org>2021-11-23 22:41:27 +0000
commit192f4c66a71d440fb0b417aeddadc3d90b6fae38 (patch)
tree1ea4ce6e3bb5dcef73c5de303247ec9d4ea49927 /Build
parentcc0da60e5310eafad3b5d0e836433c8484ed5a18 (diff)
bib2gls (23nov21)
git-svn-id: svn://tug.org/texlive/trunk@61134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive-extra/xelatex-unsafe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive-extra/xelatex-unsafe.sh b/Build/source/texk/texlive/linked_scripts/texlive-extra/xelatex-unsafe.sh
index f0c4e16c77e..70a014bc31f 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive-extra/xelatex-unsafe.sh
+++ b/Build/source/texk/texlive/linked_scripts/texlive-extra/xelatex-unsafe.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: xelatex-unsafe.sh 61101 2021-11-20 23:01:11Z karl $
+# $Id: xelatex-unsafe.sh 61114 2021-11-21 22:13:13Z karl $
# Public domain. Originally written by Karl Berry, 2021.
# Run Xe(La)TeX unsafely, for pstricks/transparency. See man page for more.
@@ -16,7 +16,7 @@ if test "x$1" = x--help; then
exec "$xu" --help # don't want to duplicate help message.
elif test "x$1" = x--version; then
- echo "$Id: xelatex-unsafe.sh 61101 2021-11-20 23:01:11Z karl $"
+ echo "$Id: xelatex-unsafe.sh 61114 2021-11-21 22:13:13Z karl $"
exit 0
fi