From 99853361819bff87e7cf8103c5205721ec195c32 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 5 Jan 2021 20:46:15 +0100 Subject: mv dist/* scripts/ --- doc/development/CodingStyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development') diff --git a/doc/development/CodingStyle.rst b/doc/development/CodingStyle.rst index cef9eb993..a2fc554fd 100644 --- a/doc/development/CodingStyle.rst +++ b/doc/development/CodingStyle.rst @@ -145,7 +145,7 @@ Shell ===== Ubuntu uses `dash` instead of `bash` when a shell script is run. As a result, some functionalities, such as arrays like -``array[1]``, are not supported. Therefore, build scripts in `dist/linux` should not use those functionalities unless +``array[1]``, are not supported. Therefore, build scripts should not use those functionalities unless they are sourced in a `bash` shell. The same applies to the scripts in `testsuite`. Guidelines to edit the documentation -- cgit v1.2.3