commit | e7d244cc962c2aae6a153c6e5cf07efbbed7cb94 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Feb 19 01:52:29 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Feb 19 01:52:29 2004 +0000 |
tree | 6b20400d3b391301ee5e7e45451ab4d61db29381 | |
parent | e0cbe4863704c78ea703c06c0dd2d76ebac90f75 [diff] |
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.