From 47e8167f1b91dd96fb26c8d317817c92a0a753d6 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 11 Apr 2019 19:32:14 -0700 Subject: [PATCH] Minor build script fix --- build-cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-cross.sh b/build-cross.sh index 4046c5b..d6a7694 100755 --- a/build-cross.sh +++ b/build-cross.sh @@ -3,7 +3,7 @@ name=mklittlefs-$(git rev-parse --short HEAD) rel=${rel:=-2.5.0} subrel=${subrel:-2} -rf *.json *.gz *.zip +rm -f *.json *.gz *.zip build () {(