From f94fb1b5226781551051daa3761919346e8c4b3e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 7 Jun 2015 03:05:02 +0100 Subject: Replace rm -r with rm -R --- resources/scripts/helpers/build/clean/rom_images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/helpers/build/clean') 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" -- cgit v1.2.3-70-g09d2