diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-02-28 07:05:37 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-02-28 07:05:37 +0100 |
commit | 6b662022226aed0e4c78af2500b176ffd29d75a7 (patch) | |
tree | fb6aec2339d15531152ae9e9f650d07c47a22622 /tl-build.sh | |
parent | 130a2c76d25fc5391afe39acad210f343b519b25 (diff) | |
download | texlive-openbsd-6b662022226aed0e4c78af2500b176ffd29d75a7.tar.gz |
update context to v2.11.01
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tl-build.sh b/tl-build.sh index ac30032..25108c5 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -10,7 +10,7 @@ read with_clisp?'[y/n] ' | |||
10 | enable_xindy="" | 10 | enable_xindy="" |
11 | 11 | ||
12 | # Context | 12 | # Context |
13 | preset_context_ver=2.10.08 | 13 | preset_context_ver=2.11.01 |
14 | echo "Include Context v${preset_context_ver}?" | 14 | echo "Include Context v${preset_context_ver}?" |
15 | read with_context?'[y/n] ' | 15 | read with_context?'[y/n] ' |
16 | if [[ ${with_context} == "y" ]]; then | 16 | if [[ ${with_context} == "y" ]]; then |