Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shellcheck: Fix SC2048 issue | Mario Trangoni | 2021-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | See, $ find . -name "*.sh" | xargs shellcheck -i SC2048 In ./nx-X11/lib/src/util/mkks.sh line 10: }' $* ^-- SC2048: Use "$@" (with quotes) to prevent whitespace problems. For more information: https://www.shellcheck.net/wiki/SC2048 -- Use "$@" (with quotes) to prevent... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> | ||||
* | shellcheck: Fix SC2002 issue | Mario Trangoni | 2021-01-31 | 1 | -2/+2 |
| | | | | | | | | | | | 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> | ||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -0/+10 |