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

@@ -22,7 +22,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
DODEBUG=true
DODEBUG=false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...