diff options
author | Mario Trangoni <mjtrangoni@gmail.com> | 2021-01-31 14:57:29 +0100 |
---|---|---|
committer | Mario Trangoni <mjtrangoni@gmail.com> | 2021-01-31 14:57:29 +0100 |
commit | 930fbe08bf6e17a953bc3c869a1c6b66e498d76a (patch) | |
tree | 455e6e6c534b6c37ba68dd1d6f74877a1215c0b7 /Makefile | |
parent | 22b40e690ac85ba694b999ecdfbbd91ab923b64c (diff) | |
download | nx-libs-930fbe08bf6e17a953bc3c869a1c6b66e498d76a.tar.gz nx-libs-930fbe08bf6e17a953bc3c869a1c6b66e498d76a.tar.bz2 nx-libs-930fbe08bf6e17a953bc3c869a1c6b66e498d76a.zip |
shellcheck: Fix SC2034 issue
See,
$ find . -name "*.sh" | xargs shellcheck -i SC2034
In ./roll-tarballs.sh line 34:
NULL=""
^--^ SC2034: NULL appears unused. Verify use (or export if used externally).
For more information:
https://www.shellcheck.net/wiki/SC2034 -- NULL appears unused. Verify use (...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions