setup-ivi-sh-functions: introduce a newline variable
[platform/adaptation/setup-scripts.git] / README
1 The documentaion can be found here:
2 https://wiki.tizen.org/wiki/IVI/artem-setup-ivi
3
4 Some coding style notes for the shell scripts
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 1. Do not use bashisms, install 'dash' and use it to verify that the
8    scripts are free of bashisms.
9
10 2. Do not use all capitals for variables
11
12 3. For shared files, prefix all symbols which are not supposed to be
13    used from outside with "__".
14
15 4. Be consistent with my style. If you see that something makes no sense
16    or could be improved, change that globally.
17
18 5. All the error and verbose output should go to stderr
19
20 --
21 Artem Bityutskiy