summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-04-22 21:19:44 +0000
committerdteske <dteske@FreeBSD.org>2013-04-22 21:19:44 +0000
commit198c9cae20ce1a48fb63470b26db7a581e085567 (patch)
treed5068ffe1086be76dd59b63685be199a4098f8ae /usr.sbin/bsdconfig
parent68006a3d42973c6d520a28f034953e8fa43973a6 (diff)
downloadFreeBSD-src-198c9cae20ce1a48fb63470b26db7a581e085567.zip
FreeBSD-src-198c9cae20ce1a48fb63470b26db7a581e085567.tar.gz
Preserve debugFile preference across the exec boundary.
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/share/common.subr1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdconfig/share/common.subr b/usr.sbin/bsdconfig/share/common.subr
index 8db80ea..3989fad 100644
--- a/usr.sbin/bsdconfig/share/common.subr
+++ b/usr.sbin/bsdconfig/share/common.subr
@@ -120,6 +120,7 @@ f_debug_init()
# Make debugging persistant if set
#
[ "$debug" ] && export debug
+ [ "$debugFile" ] && export debugFile
#
# Truncate the debug file upon. Note that we will trim a leading plus
OpenPOWER on IntegriCloud