From 459c0bfd1c6e1336f766b9d2611cb395453c15d6 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 26 Jan 2015 10:41:10 -0500 Subject: [PATCH] denoisified a bit. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1