aboutsummaryrefslogtreecommitdiff
path: root/replace.sh
Commit message (Collapse)AuthorAgeFilesLines
* shellcheck: Fix SC2148 issuesMario Trangoni2021-01-311-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 Gabriel2016-12-221-0/+17
|
* Move Makefile (and auxiliary file replace.sh) into base folder. Adapt ↵Mike Gabriel2015-02-141-0/+51
packaging these scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec