We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253b98c commit 7c49f60Copy full SHA for 7c49f60
scripts/toolchain/fbtenv.sh
@@ -16,7 +16,7 @@ get_kernel_type()
16
echo "In MinGW shell use \"fbt.cmd\" instead of \"fbt\"";
17
exit 1;
18
else
19
- echo "Your system is not supported. Sorry. Please report us your configuration.";
+ echo "Sorry, your system is not supported. Please report your configuration to us.";
20
21
fi
22
}
@@ -41,7 +41,7 @@ download_toolchain()
41
main()
42
{
43
if [ -z "${SCRIPT_PATH:-}" ]; then
44
- echo "Mannual running this script is now allowed.";
+ echo "Manual running of this script is not allowed.";
45
46
47
get_kernel_type; # sets TOOLCHAIN_PATH
0 commit comments