From 735fbc414d25bc5de87d2e9de3788c5c7faaa347 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 5 Jan 2005 21:51:19 +0000 Subject: No need to "cp -p" here. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 0e047a68691..b178b1cd78d 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.24 2004/11/20 04:31:35 grant Exp $ +# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -181,7 +181,7 @@ copy_src() if [ ! -d $wrkdir/$_dst ]; then mkdir_p $wrkdir/$_dst fi - $cpprog -Rp $_src/* $wrkdir/$_dst + $cpprog -R $_src/* $wrkdir/$_dst } build_start=`date` -- cgit v1.2.3