aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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