Remove usage of cp -a, a non-portable gnu extension.
Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]>
---
cg-pull | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cg-pull b/cg-pull
--- a/cg-pull
+++ b/cg-pull
@@ -217,7 +217,7 @@ fetch_local () {
[ "$1" = "-i" ] && shift
[ "$1" = "-s" ] && shift
- cp_flags_l="-va"
+ cp_flags_l="-vdpR"
if [ "$1" = "-u" ]; then
cp_flags_l="$cp_flags_l -u$can_hardlink"
suggest_hardlink=
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html