| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
For more information:
https://www.shellcheck.net/wiki/SC2164 -- Use 'cd ... || exit' or 'cd ... |...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
See,
$ find . -name "*.sh" | xargs shellcheck -i SC2002
For more information:
https://www.shellcheck.net/wiki/SC2002 -- Useless cat. Consider 'cmd < file...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
see,
$ find . -name "*.sh" | xargs shellcheck -i SC2086
For more information:
https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See,
find . -name "*.sh" | xargs shellcheck -i SC2162
[...]
For more information:
https://www.shellcheck.net/wiki/SC2162 -- read without -r will mangle backs...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
|
| |
|
|
libNX_X11 and nxcompext in nxagent, nxcompext and libNX_X11.
|