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

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-05-17 15:49:24 +01:00
parent 97603a43cf
commit c20e29005f
1 changed files with 1 additions and 1 deletions

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()