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