mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
release.sh: use x_ on find command for nuke()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user