aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorMario Trangoni <mjtrangoni@gmail.com>2021-01-31 15:07:18 +0100
committerMario Trangoni <mjtrangoni@gmail.com>2021-01-31 15:07:18 +0100
commit8ce12d613a570710b9e1c7fa179b6d0cafd9de0f (patch)
tree236f9f0b9a70f990f989c886f81f783bfc61a49e /nx-X11
parent407651b39e5d6dc1f74716e38a54e315bb251ae3 (diff)
downloadnx-libs-8ce12d613a570710b9e1c7fa179b6d0cafd9de0f.tar.gz
nx-libs-8ce12d613a570710b9e1c7fa179b6d0cafd9de0f.tar.bz2
nx-libs-8ce12d613a570710b9e1c7fa179b6d0cafd9de0f.zip
shellcheck: Fix SC2061 issue
$ find . -name "*.sh" | xargs shellcheck -i SC2061 In ./roll-tarballs.sh line 159: find nx-X11/extras/Mesa/ -name Makefile.* | while read -r file; do rm "$file"; done ^--------^ SC2061: Quote the parameter to -name so the shell won't interpret it. For more information: https://www.shellcheck.net/wiki/SC2061 -- Quote the parameter to -name so t... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Diffstat (limited to 'nx-X11')
0 files changed, 0 insertions, 0 deletions