aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/clean/rom_images
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-07 03:05:02 +0100
committerFrancis Rowe <info@gluglug.org.uk>2015-06-07 03:05:02 +0100
commitf94fb1b5226781551051daa3761919346e8c4b3e (patch)
tree9b0da490373654df8890af8c77e91a3597f3a6cf /resources/scripts/helpers/build/clean/rom_images
parent52b05b1595415f60cf8a73931db23cf500f0956b (diff)
downloadlibrebootfr-f94fb1b5226781551051daa3761919346e8c4b3e.tar.gz
librebootfr-f94fb1b5226781551051daa3761919346e8c4b3e.zip
Replace rm -r with rm -R
Diffstat (limited to 'resources/scripts/helpers/build/clean/rom_images')
-rwxr-xr-xresources/scripts/helpers/build/clean/rom_images2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images
index 02833c33..3a7d90c0 100755
--- a/resources/scripts/helpers/build/clean/rom_images
+++ b/resources/scripts/helpers/build/clean/rom_images
@@ -28,7 +28,7 @@ set -u -e
# --------------------------------------------------------
# delete the bin/ directory
-rm -rf bin/
+rm -Rf bin/
printf "Deleted the bin/ directory containing the ROM images.\n\n"