Fix build (annoying shellcheck warning)

It wasn't clear why the builder was failing, until I've realized I had a .shellcheckrc.
This commit is contained in:
Saverio Miroddi 2021-06-14 20:32:06 +02:00
parent 7441a2bfa5
commit 57584be07d
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
#!/bin/bash
# Shellcheck issue descriptions:
#
# - SC2015: <condition> && <operation> || 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