Fixed mv so it now does the right thing (same method used in cp). Removed

some cruft from cp.
 -Erik
This commit is contained in:
Erik Andersen
1999-12-29 02:36:29 +00:00
parent 2fe08c7afb
commit f664c004db
6 changed files with 88 additions and 99 deletions

View File

@@ -13,6 +13,9 @@
* Fixed a bug where tar would set, and then clear SGID and SUID bits.
* Fixed a bug where tar would not set the user and group on device
special files.
* cp and mv were quite broken when moving directories. I have rewritten
them so they should now work as expected.
-Erik Andersen