From 82412a5394acd18064ba62f85f2026a602e692b7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 25 Nov 2014 23:19:55 -0500 Subject: scripts (all): replace unnecessary rm -rf with rm -f --- (limited to 'getcb') 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" -- cgit v0.9.1