From 711ef5a1611b3f9428811856abdcbb8cd335d2d4 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Mon, 10 Sep 2018 14:38:56 +0300 Subject: Fix garbage in the script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-70426 Change-Id: I6a7965a65ba4c512f1ccf950aa931e4e6035ed8d Reviewed-by: Tony Sarajärvi --- tests/postbuild/bic/gen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/postbuild/bic/gen.sh b/tests/postbuild/bic/gen.sh index 6720bd3d..f91cb77c 100755 --- a/tests/postbuild/bic/gen.sh +++ b/tests/postbuild/bic/gen.sh @@ -44,9 +44,9 @@ fi GCC_MAJOR=`echo '__GNUC__' | gcc -E - | tail -1` if [ $GCC_MAJOR -ge 8 ]; then -DUMP_CMDLINE = -fdump-lang-class + DUMP_CMDLINE=-fdump-lang-class else -DUMP_CMDLINE = -fdump-class-hierarchy + DUMP_CMDLINE=-fdump-class-hierarchy fi for module in $modules; do -- cgit v1.2.3