summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-09-10 14:38:56 +0300
committerTony Sarajärvi <tony.sarajarvi@qt.io>2018-09-10 12:23:18 +0000
commit711ef5a1611b3f9428811856abdcbb8cd335d2d4 (patch)
tree1b9b72d34f226222fbaee473fa184b6ab5e11984 /tests
parent3b1e1c8139e48c69f7bc61273edb07f1ceb9147b (diff)
Fix garbage in the script
Task-number: QTBUG-70426 Change-Id: I6a7965a65ba4c512f1ccf950aa931e4e6035ed8d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/postbuild/bic/gen.sh4
1 files changed, 2 insertions, 2 deletions
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