Forgot to utilize feature added in SVN r257782 to prevent truncating

/tmp/bsdinstall_log each time we exec a module.

MFC after:	3 days
This commit is contained in:
Devin Teske 2013-12-09 03:38:18 +00:00
parent a7f7d29031
commit 7d5910fac1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259115

View File

@ -33,6 +33,7 @@
# re-processing of flags (all children log to the parent's log file).
#
export DEBUG_SELF_INITIALIZE=
export DEBUG_INITIALIZE_FILE=
BSDCFG_SHARE="/usr/share/bsdconfig"
. $BSDCFG_SHARE/common.subr || exit 1