From 82412a5394acd18064ba62f85f2026a602e692b7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 26 Nov 2014 04:19:55 +0000 Subject: scripts (all): replace unnecessary rm -rf with rm -f --- build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build b/build index 00e6c375..142d9202 100755 --- a/build +++ b/build @@ -33,7 +33,7 @@ for romtype in txtmode vesafb do cd ../resources/utilities/grub-assemble ./gen."$romtype".sh - rm -rf ../../../coreboot/grub_"$romtype".elf + rm -f ../../../coreboot/grub_"$romtype".elf mv grub_"$romtype".elf ../../../coreboot/ cd ../../../coreboot @@ -58,10 +58,10 @@ do done # The GRUB payloads are no longer needed -rm -rf coreboot/grub_vesafb.elf -rm -rf coreboot/grub_txtmode.elf +rm -f coreboot/grub_vesafb.elf +rm -f coreboot/grub_txtmode.elf # The GRUB configs are no longer needed -rm -rf coreboot/grub*cfg +rm -f coreboot/grub*cfg # ------------------- DONE ---------------------- -- cgit v1.2.3-70-g09d2