summaryrefslogtreecommitdiff
path: root/getcb
diff options
context:
space:
mode:
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb6
1 files changed, 3 insertions, 3 deletions
diff --git a/getcb b/getcb
index 77b0422..4eb2a07 100755
--- a/getcb
+++ b/getcb
@@ -78,9 +78,9 @@ echo "deblobbing coreboot"
# The git history (git diff command) shows what blobs were deleted (including the blobs themselves) which is a freedom issue. Just delete .git altogether:
cd coreboot
rm -rf .git
-rm -rf .gitreview
-rm -rf .gitmodules
-rm -rf .gitignore
+rm -f .gitreview
+rm -f .gitmodules
+rm -f .gitignore
cd ../
echo "finished deblobbing coreboot"