aboutsummaryrefslogtreecommitdiff
path: root/tl-build.sh
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2025-03-09 07:10:38 +0100
committerRobert Alessi <alessi@robertalessi.net>2025-03-09 07:10:38 +0100
commitaa19f2b52bbae1a55c7bc30d13dd2157becf3336 (patch)
tree71cdfbe90ca22e0b6e51f4f143365e3de0749a8d /tl-build.sh
parenta62136b2f9507043cf23dc2422da91428cf2ffe0 (diff)
downloadtexlive-openbsd-aa19f2b52bbae1a55c7bc30d13dd2157becf3336.tar.gz
two correctionsHEADmaster
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-xtl-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tl-build.sh b/tl-build.sh
index 9b85e1b..8a4398f 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -30,8 +30,8 @@ enable_xindy=""
30echo "Include Context?" 30echo "Include Context?"
31read with_context?'[y/n] ' 31read with_context?'[y/n] '
32if [[ ${with_context} == "y" ]]; then 32if [[ ${with_context} == "y" ]]; then
33 echo " Ok. Do I have to retrieve the sources of Context from git work branch?" 33 echo " Ok. Do I have to retrieve the sources of Context from the git work branch?"
34 echo " (If not I will get the sources from TeX Live svn repository.)" 34 echo " (If not I will get the sources from the TeX Live svn repository.)"
35 read context_from_git?'[y/n] ' 35 read context_from_git?'[y/n] '
36fi 36fi
37 37