diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-11 01:30:48 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-11 01:30:48 +0100 |
commit | 12c50f7939c02db85f05830c4b9fccf464b3977a (patch) | |
tree | 42c0b72ee957cc2f70b442cefb14923b06cb8507 /resources/scripts/helpers/build/clean/rom_images | |
parent | 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 (diff) | |
download | librebootfr-12c50f7939c02db85f05830c4b9fccf464b3977a.tar.gz librebootfr-12c50f7939c02db85f05830c4b9fccf464b3977a.zip |
all script: use a standard style
Based on the style used for the script in
resources/scripts/helpers/build/release/
Diffstat (limited to 'resources/scripts/helpers/build/clean/rom_images')
-rwxr-xr-x | resources/scripts/helpers/build/clean/rom_images | 2 |
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 3a7d90c0..e952d5c7 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" |