From a681349aecbbb4aa9253a7581bf5d49649d84a48 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 18:01:05 +0100 Subject: gcc: fix shellcheck error --- core/gcc/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/gcc/build') diff --git a/core/gcc/build b/core/gcc/build index 0651834b..23f78b98 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -27,6 +27,8 @@ cd gcc-build export libat_cv_have_ifunc=no +# Word splitting is intentional +# shellcheck disable=2086 ../gcc/configure \ --prefix=/usr \ --disable-multilib \ -- cgit v1.2.3