Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shellcheck: Fix SC2148 issues | Mario Trangoni | 2021-01-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | See, $ find . -name "*.sh" | xargs shellcheck -i SC2148 In ./replace.sh line 1: ^-- SC2148: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. For more information: https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> | ||||
* | helper scripts: Add license headers to files. | Mike Gabriel | 2016-12-22 | 1 | -0/+17 |
| | |||||
* | Move Makefile (and auxiliary file replace.sh) into base folder. Adapt ↵ | Mike Gabriel | 2015-02-14 | 1 | -0/+51 |
packaging these scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec |