diff --git a/scripts/ci_test_flat.sh b/scripts/ci_test_flat.sh index b47dd510b..0d9185171 100755 --- a/scripts/ci_test_flat.sh +++ b/scripts/ci_test_flat.sh @@ -11,7 +11,7 @@ if ! slither-flat b.sol; then exit 1 fi -SUFFIX = '@(sol)' +SUFFIX="@(sol)" if ! solc "crytic-export/flattening/"*$SUFFIX; then echo "solc failed on flattened files" exit 1