diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-25 23:19:55 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-25 23:19:55 (EST) |
commit | 82412a5394acd18064ba62f85f2026a602e692b7 (patch) | |
tree | c97294812aaf3a01de352f6080c9d5e6fec9e710 /builddeps-seabios | |
parent | 2ccadda5b6d1505c12d49fb1c9dcc0f9631a8ad4 (diff) | |
download | libreboot-82412a5394acd18064ba62f85f2026a602e692b7.zip libreboot-82412a5394acd18064ba62f85f2026a602e692b7.tar.gz libreboot-82412a5394acd18064ba62f85f2026a602e692b7.tar.bz2 |
scripts (all): replace unnecessary rm -rf with rm -f
Diffstat (limited to 'builddeps-seabios')
-rwxr-xr-x | builddeps-seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-seabios b/builddeps-seabios index 517957d..d9ccc72 100755 --- a/builddeps-seabios +++ b/builddeps-seabios @@ -43,7 +43,7 @@ cp ../resources/seabios/config/config .config make # delete the copy of the config (no longer needed) -rm -rf .config +rm -f .config # done. go back to main directory cd ../ |