From de27c8c024ddfe62679712d6455a89f1b875d6ef Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:27:48 +0200 Subject: [PATCH] forgot cleanup call --- build_linux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_linux.sh b/build_linux.sh index 4e79833d..935b7224 100644 --- a/build_linux.sh +++ b/build_linux.sh @@ -494,9 +494,7 @@ fi # cleanup -rm -f dll/net.pb.cc -rm -f dll/net.pb.h -rm -f -r "$build_temp_dir" +cleanup echo; if [[ $last_code = 0 ]]; then