mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Put filename in quotes.
This commit is contained in:
parent
21ba8eea69
commit
6d1252f807
@ -83,7 +83,7 @@ TMPDIR=$(mktemp -d)
|
||||
"$REPO_ROOT"/build/test/solfuzzer --quiet < "$f"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Fuzzer failed on:"
|
||||
cat $f
|
||||
cat "$f"
|
||||
exit 1
|
||||
fi
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user