Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,

and README is a file.
 -Erik
This commit is contained in:
Erik Andersen
2000-01-08 21:16:29 +00:00
parent 5338ce19c8
commit 1dbc17f630
6 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
0.41
* Fixed a bug in both cp and mv preventing 'cp foo/README bar'
type commands (file in a directory to another directory)
from working.
-Erik Andersen,
0.40
* New Apps: sort, uniq. -beppu
* New Apps: lsmod, rmmod -erik