kernel-install: suppress bogus shellcheck hint

I don't quite understand this, but '{ ! true; }' is not the same as '( ! true )'.
In interactive mode, it seems to work as expected. But in a script, it doesn't.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-07-02 14:55:05 +02:00
parent b9b55a884b
commit dd2ebd1b1d

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
# shellcheck disable=SC2235
set -eu
set -o pipefail