From d25efd7189255866d7365e8f30f8168bdeec2bf5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 15 Nov 2021 19:57:16 +0100 Subject: libelf: ignore shellcheck false positive --- extra/libelf/build | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'extra/libelf') diff --git a/extra/libelf/build b/extra/libelf/build index f4d2f513..ab7be6a0 100755 --- a/extra/libelf/build +++ b/extra/libelf/build @@ -9,9 +9,14 @@ clsed 's/as_fn_error.*fts/: "/g' configure clsed 's/as_fn_error.*obstack/: "/g' configure # Don't compile unrelated C files which require argp. -clsed 's/color.*printversion../#/g' lib/Makefile.in -clsed 's/error.*printversion../#/g' lib/Makefile.in -clsed 's/color\.\$(OBJ/#/g' lib/Makefile.in +# +# False positive, we are not trying to expand anything +# shellcheck disable=2016 +{ + clsed 's/color.*printversion../#/g' lib/Makefile.in + clsed 's/error.*printversion../#/g' lib/Makefile.in + clsed 's/color\.\$(OBJ/#/g' lib/Makefile.in +} ./configure \ --prefix=/usr \ -- cgit v1.2.3