Skip to content

Commit be8a807

Browse files
committed
Silence build RM warnings
1 parent 8be32cb commit be8a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TARGET=$TARGET_PLATFORM-$TARGET_ARCH
3333
# Clean the existing build workspace, to keep targets 100% independent
3434
# ------------------------------------------------------------------------
3535

36-
rm -r ./tmp || true
36+
rm -rf ./tmp || true
3737

3838
# ------------------------------------------------------------------------
3939
# Build the package for this platform

0 commit comments

Comments
 (0)