From f8c9c0075097c5457a9c69315bce4ea898924451 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Dec 2011 12:07:37 -0800 Subject: s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/ --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 4a1a2235b..4cba51acc 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -316,7 +316,7 @@ install_qa_check() { f=$(scanelf -qyRF '%k %p' -k \!.GCC.command.line "${ED}" | sed -e "s:\!.GCC.command.line ::") if [[ -n ${f} ]] ; then echo "${f}" > "${T}"/scanelf-ignored-CFLAGS.log - if [ "${QA_STRICT_DT_SWITCHES-unset}" == unset ] ; then + if [ "${QA_STRICT_CFLAGS_IGNORED-unset}" == unset ] ; then if [[ ${#QA_CFLAGS_IGNORED[@]} -gt 1 ]] ; then for x in "${QA_CFLAGS_IGNORED[@]}" ; do sed -e "s#^${x#/}\$##" -i "${T}"/scanelf-ignored-CFLAGS.log -- cgit v1.2.3-1-g7c22