Fix nrelease/Makefile from trying to execute whatever is in an environment
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Fri, 19 Oct 2007 18:02:22 +0000 (18:02 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Fri, 19 Oct 2007 18:02:22 +0000 (18:02 +0000)
commit9074195985171066f2fa713de68f1e8fddb6005f
tree62e4eae67d0ddab9ad10ba225ead60c8b5e464a9
parentda367f92d41b50967af1ea61a854790210f2924f
Fix nrelease/Makefile from trying to execute whatever is in an environment
variable which it never explicitly set before. ${ENV} ought to be ${ENVCMD},
which makes for weird errors if people use a Bourne shell like mksh with a
custom .shrc.
nrelease/Makefile