From d7b6739e0802964c22c9cfa238dea63f875c5ef9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Jan 2020 00:04:30 +0000 Subject: build system: ccenv_set_cc(): initialize ccenv_errors for all code paths. --- sofort/ccenv/ccenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 200564c..ef7a957 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -404,6 +404,7 @@ ccenv_set_cc() fi ccenv_cc_cmd="$ccenv_cc" + ccenv_errors= if [ "$ccenv_cfgtype" = 'native' ]; then ccenv_host=$($ccenv_cc $(printf '%s' "$ccenv_cflags") -dumpmachine 2>&3) -- cgit v1.2.3