From 1eca0579bc3c4c57bed4af06e702edf1fd64c7fc Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 21 Sep 2022 20:11:11 -0400 Subject: [PATCH] Delete .orig files with clean --- tools/bin/td | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bin/td b/tools/bin/td index cb4ac72..e962850 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -110,6 +110,7 @@ recipe_run() { # build recipe. recipe_clean() { rm -rv build + find . -name '*.orig' -delete } # Format the source code by updating the copyright headers and