Chris Larson (kergoth) writes:
authorEric Andersen <andersen@codepoet.org>
Thu, 19 Feb 2004 01:52:29 +0000 (01:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 19 Feb 2004 01:52:29 +0000 (01:52 -0000)
commite7d244cc962c2aae6a153c6e5cf07efbbed7cb94
tree6b20400d3b391301ee5e7e45451ab4d61db29381
parente0cbe4863704c78ea703c06c0dd2d76ebac90f75
Chris Larson (kergoth) writes:

As Manuel points out, this is a flawed fix, and doesnt fix the
following:

mkdir -p cpa cpb cpc
cp -a cpa cpa/cpb/cpc

Attached what appears to be a more sane fix.  Apply on top of previous.
Please confirm sanity.
libbb/copy_file.c