release.sh: use x_ on find command for nuke()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-17 15:49:24 +01:00
parent 6dc71cc024
commit 47a3982bbe
+1 -1
View File
@@ -54,7 +54,7 @@ prep_release_src()
x_ ./mk -f
fx_ "x_ rm -Rf" x_ find . -name ".git"
fx_ "x_ rm -Rf" x_ find . -name ".gitmodules"
( fx_ nuke find config -type f -name "nuke.list" ) || err; :
( fx_ nuke x_ find config -type f -name "nuke.list" ) || err; :
}
nuke()