aboutsummaryrefslogtreecommitdiff
path: root/regenerate-symbol-docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* shellcheck: Fix SC2164 issuesMario Trangoni2021-06-071-10/+10
| | | | | | | For more information: https://www.shellcheck.net/wiki/SC2164 -- Use 'cd ... || exit' or 'cd ... |... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
* shellcheck: Fix SC2002 issueMario Trangoni2021-01-311-5/+5
| | | | | | | | | | | 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>
* shellcheck: Fix some SC2086 issuesMario Trangoni2021-01-311-5/+5
| | | | | | | | | | 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>
* shellcheck: Fix SC2162 issueMario Trangoni2021-01-311-5/+5
| | | | | | | | | | | | | 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>
* helper scripts: Add license headers to files.Mike Gabriel2016-12-221-0/+16
|
* New helper script: regenerate-symbol-docs.sh. Plus update symbols usage of ↵Mike Gabriel2016-11-151-0/+71
libNX_X11 and nxcompext in nxagent, nxcompext and libNX_X11.