diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-08 21:16:29 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-08 21:16:29 +0000 |
commit | 1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032 (patch) | |
tree | f86b3ad6f14114543da369473d0f4b20a4fdc436 /Changelog | |
parent | 5338ce19c873e7fc2a312eb0fd6443514b5cdb05 (diff) | |
download | busybox-w32-1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032.tar.gz busybox-w32-1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032.tar.bz2 busybox-w32-1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032.zip |
Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,
and README is a file.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | 0.41 | ||
2 | * Fixed a bug in both cp and mv preventing 'cp foo/README bar' | ||
3 | type commands (file in a directory to another directory) | ||
4 | from working. | ||
5 | |||
6 | -Erik Andersen, | ||
7 | |||
1 | 0.40 | 8 | 0.40 |
2 | * New Apps: sort, uniq. -beppu | 9 | * New Apps: sort, uniq. -beppu |
3 | * New Apps: lsmod, rmmod -erik | 10 | * New Apps: lsmod, rmmod -erik |