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:
parent
55c0fbe047
commit
4eeeb4a12a
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user