From: Chris Koeritz Date: Mon, 26 Jan 2015 15:41:10 +0000 (-0500) Subject: denoisified a bit. X-Git-Tag: 2.140.90~715 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=459c0bfd1c6e1336f766b9d2611cb395453c15d6;p=feisty_meow.git denoisified a bit. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index c7971337..f1fd1ea1 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -346,7 +346,7 @@ if [ -z "$skip_all" ]; then # fi if [ -d "$FEISTY_MEOW_DIR/customizing/$user/scripts" ]; then echo "copying custom scripts for $user" - cp -v -R "$FEISTY_MEOW_DIR/customizing/$user/scripts" "$FEISTY_MEOW_GENERATED/custom/" + cp -R "$FEISTY_MEOW_DIR/customizing/$user/scripts" "$FEISTY_MEOW_GENERATED/custom/" fi echo regenerate