Hello All,
I am trying to clear out environment variables in a script. This is in the korn shell.
At the prompt I can do:
"unset VARIABLE_NAME"
and it clears out the value.
But when I try to do the exact same thing within the shell script it has no effect.
What am I doing wrong?
I am trying to clear out environment variables in a script. This is in the korn shell.
At the prompt I can do:
"unset VARIABLE_NAME"
and it clears out the value.
But when I try to do the exact same thing within the shell script it has no effect.
What am I doing wrong?
Comment