Fix a return status issue.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-07-29 14:28:54 +01:00
parent 454fd23a90
commit 63bfdad106
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ rm -rf src/fuzzing/*/output
# These are not in clean.sh because they are only generated when building dependencies.
rm -f zcutil/bin/db_*
rmdir zcutil/bin 2>/dev/null
rmdir zcutil/bin 2>/dev/null || true