Update tcar_setModuleEnvironment.sh file.
- Previously, debugging information related to execution and
destruction of module environment was using the count information
after and before the counter variable itself was incremented and
decremented. This made debugging information to print a value for
module's counter different from which it was to set the module
initialization file. This update changes the
tcar_setModuleEnvironment function to move the debugging information
related to execution and destruction of module environments before
and after the count variable increasing and decreasing stanza to
print the correct count value for the current module's
initialization script.