summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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