Skip to content
Snippets Groups Projects
Commit 0ce7151e authored by rds's avatar rds
Browse files

debug function

parent 9d73562a
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,14 @@ function zmap_goto_cvs_module_root
fi
}
# Usage: zmap_dump_environment <filename>
function zmap_dump_environment
{
local dump_file=$1
[ "x$dump_file" != "x" ] || dump_file=zmap.env.log
set > $dump_file
}
# Usage: zmap_trap_handle
function zmap_trap_handle
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment