trees: fix bad rm -Rf command (-Rf, not Rf)

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-07-01 13:03:04 +01:00 committed by Leah Rowe
parent 5d179fe3e0
commit 05b59f39d6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ main()
[ -z "$project" ] && for p in $(ls -1 config/git); do
./update trees $_f "$p" || $err "!./update trees $_f $p"
[ "$XBMK_RELEASE" != "y" ] || singletree "$p" || \
x_ rm Rf "src/$p/$p"; continue
x_ rm -Rf "src/$p/$p"; continue
done && return 0
[ -f "config/git/$project/pkg.cfg" ] || $err "'$project' not defined"