From 63bfdad106d2f1f44c21c8d9d664bd7eb144a4a5 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 29 Jul 2020 14:28:54 +0100 Subject: [PATCH] Fix a return status issue. Signed-off-by: Daira Hopwood --- zcutil/distclean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/distclean.sh b/zcutil/distclean.sh index 2462cd7dc..feb1a639a 100755 --- a/zcutil/distclean.sh +++ b/zcutil/distclean.sh @@ -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