diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-19 00:44:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-19 00:44:08 +0000 |
commit | 8f7be7b54ed3f61d7ea6f415294801b2d77857cb (patch) | |
tree | bbdb6a67c5ef096f90bdf6fc91821f94d0f3e50a /shell | |
parent | e88c12d3fdade2bf3af226775532c42eb01aacd8 (diff) | |
download | busybox-w32-8f7be7b54ed3f61d7ea6f415294801b2d77857cb.tar.gz busybox-w32-8f7be7b54ed3f61d7ea6f415294801b2d77857cb.tar.bz2 busybox-w32-8f7be7b54ed3f61d7ea6f415294801b2d77857cb.zip |
Chris Larson (kergoth) writes:
I was adding -s/--symbolic-link support to busybox cp when I noticed a
bug with -r/-a. Test case:
mkdir -p test/out
cd test
busybox cp -a * out/
Will never return until we run out of open files or similar.
Coreutils cp on the other hand will error with "cannot copy a directory,
`out', into itself, `out'". Patch attached.
git-svn-id: svn://busybox.net/trunk/busybox@8516 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions