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