diff --git a/download_and_compile.sh b/download_and_compile.sh index 028987f..8f0c3f3 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -252,9 +252,9 @@ subsequent\nupdates are fetched from SourceForge. This should be quite safe, \ because\n is an official mirror of \ FGData (it is\nmaintained by FlightGear developers). Answer 'y' to proceed \ this way. If you\nanswer 'n', we'll *try* to clone FGData from SourceForge \ -using https. Answer 'q'\nif you want to quit." +using https. Answer 'q'\nif you want to quit. " fi - _yes_no_quit_prompt "" y; prompt_res=$? + _yes_no_quit_prompt "What is your choice?" y; prompt_res=$? set -e case $prompt_res in 0) retcode=0 ;;