X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcore%2Ffunctions.sh;h=fa924a74d40ea65e778c16552863266536857c43;hb=2e27570475859bacfbe74dfb14ab2c295f016df6;hp=d6beda886cd5326e00e268dc87d839eda5d165a6;hpb=140849126a852d59c52670fd1e254f198829be29;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index d6beda88..fa924a74 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -473,7 +473,7 @@ if [ -z "$skip_all" ]; then { local dir="$1"; shift pushd "$dir" &>/dev/null - rm $* &>/dev/null + rm -rf $* &>/dev/null popd &>/dev/null }