Preserve debugFile preference across the exec boundary.
This commit is contained in:
parent
d4fd7c1336
commit
dcfa0eb36f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user