mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
Fix incorrect use of variable.
This commit is contained in:
parent
b0ada691e5
commit
d8f1e22274
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user