diff options
author | Mario Trangoni <mjtrangoni@gmail.com> | 2021-02-06 17:58:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-07 13:32:49 +0200 |
commit | 71ae04011c353b0341b5ab0c16dad12ebefe6a67 (patch) | |
tree | b420ebb694fdbb1c689ffa6cf61cefa332bfa0ff /LICENSE.nxcomp | |
parent | dfee5a9886112b29f14f762016c8fe892846bfef (diff) | |
download | nx-libs-71ae04011c353b0341b5ab0c16dad12ebefe6a67.tar.gz nx-libs-71ae04011c353b0341b5ab0c16dad12ebefe6a67.tar.bz2 nx-libs-71ae04011c353b0341b5ab0c16dad12ebefe6a67.zip |
shellcheck: Fix SC2022 issue
$ find . -name "*.sh" | xargs shellcheck -i SC2022
In ./roll-tarballs.sh line 120:
ls -d nx-X11/extras/* | grep -v "nx-X11/extras/tmpMesa*" | xargs rm -r
^----------------------^ SC2022: Note that unlike globs, a* here matches 'aaa' but not 'alpha'.
For more information:
https://www.shellcheck.net/wiki/SC2022 -- Note that unlike globs, a* here m...
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Diffstat (limited to 'LICENSE.nxcomp')
0 files changed, 0 insertions, 0 deletions