aboutsummaryrefslogtreecommitdiff
path: root/tl-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-xtl-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tl-build.sh b/tl-build.sh
index fa0b1bc..6b9df5a 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -15,7 +15,7 @@ echo ""
15 15
16echo "Do I have to get the latest development sources? (You ought to" 16echo "Do I have to get the latest development sources? (You ought to"
17echo "have done so before launching this script.)" 17echo "have done so before launching this script.)"
18read get_dev_src'[y/n] ' 18read get_dev_src?'[y/n] '
19if [[ ${get_dev_src} == "y" ]]; then 19if [[ ${get_dev_src} == "y" ]]; then
20 ./checkout-tl.sh && echo "... Ok." 20 ./checkout-tl.sh && echo "... Ok."
21fi 21fi