aboutsummaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 20:46:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-06 07:30:46 +0100
commit99853361819bff87e7cf8103c5205721ec195c32 (patch)
tree29a6dda1199534497f5a09ea1268aa3a619c41b8 /doc/development
parent301f442a6e66a83b47ed7d40e5b61389b9c33446 (diff)
downloadghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.gz
ghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.bz2
ghdl-99853361819bff87e7cf8103c5205721ec195c32.zip
mv dist/* scripts/
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/CodingStyle.rst2
1 files changed, 1 insertions, 1 deletions
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