projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf34d2
)
denoisified a bit.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 26 Jan 2015 15:41:10 +0000
(10:41 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 26 Jan 2015 15:41:10 +0000
(10:41 -0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index c79713379b4b2d30fce7f4d8d073acc288bc9f72..f1fd1ea1b59c88fa6ab46224efb6dd76f778ed10 100644
(file)
--- 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