From 87fc37dce575960d877654fcb15b76d36577d674 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 04 2020 00:07:47 +0000 Subject: build system: ccenv_set_cc(): initialize ccenv_errors for all code paths. --- 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)