From f522ce2277100a147baa2656753231b14cf1f71d Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Wed, 12 Jun 2019 23:59:01 +0200 Subject: [PATCH] offload-build: disable shellcheck false-positive for shell-escape --- offload-build | 1 + 1 file changed, 1 insertion(+) diff --git a/offload-build b/offload-build index 101a146..7a07b15 100755 --- a/offload-build +++ b/offload-build @@ -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" &&