NANO_OBJ shouldn't end with a '/', so remove it here. This makes the

pathnames printed not have the dreaded // which makes it hard to cut
and paste into an emacs find file command...

MFC After: 3 days
This commit is contained in:
Warner Losh 2014-08-01 00:00:54 +00:00
parent 55c0fbe047
commit 4eeeb4a12a

View File

@ -992,7 +992,7 @@ trap nano_cleanup EXIT
#######################################################################
# Setup and Export Internal variables
#
test -n "${NANO_OBJ}" || NANO_OBJ=/usr/obj/nanobsd.${NANO_NAME}/
test -n "${NANO_OBJ}" || NANO_OBJ=/usr/obj/nanobsd.${NANO_NAME}
test -n "${MAKEOBJDIRPREFIX}" || MAKEOBJDIRPREFIX=${NANO_OBJ}
test -n "${NANO_DISKIMGDIR}" || NANO_DISKIMGDIR=${NANO_OBJ}