Skip to content

Commit 7477848

Browse files
committed
redirect find error to log
1 parent d7c5158 commit 7477848

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ check_ndk() {
8282
}
8383

8484
delete_core_packages() {
85-
find ../dist/ -name "core*" -type f -exec rm "{}" \;
85+
find ../dist/ -name "core*" -type f -exec rm "{}" \; 2>&3
8686
}
8787

8888
delete_ruby_packages() {
89-
find ../dist/ -name "ruby*" -type f -exec rm "{}" \;
89+
find ../dist/ -name "ruby*" -type f -exec rm "{}" \; 2>&3
9090
}
9191

9292
build() {

0 commit comments

Comments
 (0)