Index: docs/manual/debugging.txt ================================================================== --- docs/manual/debugging.txt +++ docs/manual/debugging.txt @@ -262,11 +262,11 @@ ................... #{shell env | sort > stagename.log} # or -[system env | sort > stagename.log} +[system env | sort > stagename.log] ................... In scripts just insert the commands, this example helps you identify if "some commands ..." changed any environment variables.: Index: docs/manual/megatest_manual.html ================================================================== --- docs/manual/megatest_manual.html +++ docs/manual/megatest_manual.html @@ -2200,11 +2200,11 @@
#{shell env | sort > stagename.log} # or -[system env | sort > stagename.log}+[system env | sort > stagename.log]
In scripts just insert the commands, this example helps you identify if "some commands …" changed any environment variables.: