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/download/bucts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/helpers/download/bucts') diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index b5defead..2fc543fc 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -31,7 +31,7 @@ set -u -e printf "Downloading bucts\n" -rm -rf bucts +rm -Rf bucts # Get bucts # ------------------------------------------------------------------------------ -- cgit v1.2.3-70-g09d2