Fixed cp so it works as God intended it to.

-Erik
This commit is contained in:
Erik Andersen
1999-12-29 02:10:35 +00:00
parent 00266d3df6
commit 2fe08c7afb
8 changed files with 122 additions and 53 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=false
DODEBUG=true
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...