Fixed grammar issues pointed by Dan Nicholson.
This commit is contained in:
parent
01b0e922d5
commit
73d9790966
1 changed files with 3 additions and 3 deletions
|
@ -13,10 +13,10 @@ validate_opt_settings() { # Show optimize setting and wait user agreeme
|
|||
echo -e "\t\t${RED}${BOLD}WARNING:${OFF}\n"
|
||||
echo -e "${BOLD}The use of build optimizations may be dangerous.\n"
|
||||
echo -e "You should to know what you are doing and be sure that"
|
||||
echo -e "the optimization settings listed below is what you want.\n"
|
||||
echo -e "If there are build issues or the system don't work as"
|
||||
echo -e "the optimization settings listed below are what you want.\n"
|
||||
echo -e "If there are build issues or the system doesn't work as"
|
||||
echo -e "expected, please rebuild without optimizations before"
|
||||
echo -e "to ask for support.${OFF}\n"
|
||||
echo -e "asking for support.${OFF}\n"
|
||||
|
||||
echo -e "MAKEFLAGS: ${L_arrow}${BOLD}${MAKEFLAGS}${OFF}${R_arrow}"
|
||||
echo -e "DejaGNU, Gettext, and Groff will not use MAKEFLAGS\n"
|
||||
|
|
Reference in a new issue