Description
Type list READ/WRITE
A list of values specified by the keepenv() call. profile_keepenv tracks the values set from the latest keepenv() function call. Do not modify this variable directly; the keepenv() function updates this list.
Example
# add "HOME" to the keepenv list if not already in the list if ("HOME" !in profile_keepenv) keepenv(append(profile_keepenv,"HOME"));