From aa19f2b52bbae1a55c7bc30d13dd2157becf3336 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 9 Mar 2025 07:10:38 +0100 Subject: two corrections --- tl-build.sh | 4 ++-- 1 file 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="" echo "Include Context?" read with_context?'[y/n] ' if [[ ${with_context} == "y" ]]; then - echo " Ok. Do I have to retrieve the sources of Context from git work branch?" - echo " (If not I will get the sources from TeX Live svn repository.)" + echo " Ok. Do I have to retrieve the sources of Context from the git work branch?" + echo " (If not I will get the sources from the TeX Live svn repository.)" read context_from_git?'[y/n] ' fi -- cgit v1.2.3