Remove usage of cp -a, a non-portable gnu extension. Signed-off-by: Bryan Larsen <bryan.larsen@gmail.com> --- 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Jul 18 12:51:05 2005
This archive was generated by hypermail 2.1.8 : 2005-07-18 12:51:06 EST