Fix incorrect use of variable.

This commit is contained in:
Rot127 2024-03-12 02:35:10 -05:00 committed by Rot127
parent b0ada691e5
commit d8f1e22274

View File

@ -113,7 +113,7 @@ for arch in $archs; do
diff "$out_CPP_LLVM" "$out_CPP_CS" > /dev/null
if [ $? -ne 0 ]; then
echo "The following files mismatch, but they should be the same: $out_files"
echo "The following files mismatch: $out_CPP_LLVM <-> $out_CPP_CS"
mismatch="true"
fi
done