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