From 57584be07de25680ff02c046aed25941b1b547af Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Mon, 14 Jun 2021 20:32:06 +0200 Subject: [PATCH] Fix build (annoying shellcheck warning) It wasn't clear why the builder was failing, until I've realized I had a .shellcheckrc. --- install-zfs.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install-zfs.sh b/install-zfs.sh index a6bcf24..6d3c192 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -1,9 +1,6 @@ #!/bin/bash -# Shellcheck issue descriptions: -# -# - SC2015: && || true -# - SC2016: annoying warning about using single quoted strings with characters used for interpolation +# shellcheck disable=SC2016 # single quoted strings with characters used for interpolation set -o errexit set -o pipefail