From 483e6fa96bb7bcc4cb227f8bf7a4aaa80efd9c1a Mon Sep 17 00:00:00 2001 From: timerix Date: Tue, 2 May 2023 19:57:53 +0600 Subject: [PATCH] submodules --- cbuild | 2 +- kerep | 2 +- tasks/clean_additions.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cbuild b/cbuild index d64b1f3..e83a7af 160000 --- a/cbuild +++ b/cbuild @@ -1 +1 @@ -Subproject commit d64b1f3e9b41f6843c501ed28df6adbfdb384217 +Subproject commit e83a7affefe85ec7573ce7465e543747bbf5d477 diff --git a/kerep b/kerep index a2906e2..f6864de 160000 --- a/kerep +++ b/kerep @@ -1 +1 @@ -Subproject commit a2906e2c3aba5d3f94f9eea45bc3e6faed293a7b +Subproject commit f6864de2c9c3a16c5ac1b56cdf43073490b81a28 diff --git a/tasks/clean_additions.sh b/tasks/clean_additions.sh index 85a607e..adfc9a9 100644 --- a/tasks/clean_additions.sh +++ b/tasks/clean_additions.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash - -myprint "${WHITE}deleting .kerep_rebuild.tmp" -rm -rf .kerep_rebuild.tmp +for tmpfile in $(ls .rebuild_*.tmp); do + try_delete_dir_or_file "$tmpfile" +done