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/external/source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/scripts/helpers/build/external/source') diff --git a/resources/scripts/helpers/build/external/source b/resources/scripts/helpers/build/external/source index 31dc2fd0..e6b9209b 100755 --- a/resources/scripts/helpers/build/external/source +++ b/resources/scripts/helpers/build/external/source @@ -26,7 +26,7 @@ set -u -e printf "Creating source archive for flashrom and bucts\n" # delete the old data -rm -rf tobuild +rm -Rf tobuild rm -f tobuild.tar.xz # this is where they will go @@ -68,6 +68,6 @@ cp resources/scripts/misc/powertop.trisquel7 tobuild/ tar -c tobuild | xz -9e >tobuild.tar.xz # and delete the directory -rm -rf tobuild/ +rm -Rf tobuild/ printf "\n\n" -- cgit v1.2.3-70-g09d2