offload-build: disable shellcheck false-positive for shell-escape

This commit is contained in:
Levente Polyak 2019-06-12 23:59:01 +02:00
parent 7747749610
commit f522ce2277
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ makepkg --source || die "unable to make source package"
mapfile -t files < <(
# This is sort of bash golfing but it allows running a mildly complex
# command over ssh with a single connection.
# shellcheck disable=SC2145
cat "$SRCPKGDEST"/*.src.tar.gz |
ssh $server '
temp="${XDG_CACHE_HOME:-$HOME/.cache}/offload-build" &&