mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 02:04:02 +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
|
x_ ./mk -f
|
||||||
fx_ "x_ rm -Rf" x_ find . -name ".git"
|
fx_ "x_ rm -Rf" x_ find . -name ".git"
|
||||||
fx_ "x_ rm -Rf" x_ find . -name ".gitmodules"
|
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()
|
nuke()
|
||||||
|
|||||||
Reference in New Issue
Block a user