Skip to content

Commit c0acbdd

Browse files
committed
Fix typo (#2949)
1 parent 0a05180 commit c0acbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss-fuzz-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jazzer_driver \\
198198
if grep -q "A fatal error has been detected by the Java Runtime Environment" "\$cmdOutputFile"; then
199199
echo "WARN: Detected JRE crash; it doesn't qualify as a fuzzing failure."
200200
echo "WARN: Cleaning up crash reports and exiting with success..."
201-
[ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}/*"
201+
[ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}"/*
202202
dump_debug
203203
exit 0
204204
else

0 commit comments

Comments
 (0)