31 Jan
2013
31 Jan
'13
7:28 p.m.
On Thu, Jan 31, 2013 at 5:11 PM, Terwilliger, Thomas C
I'm puzzled how that can give you the error message you are getting unless the environment is different in the script you are running from your shell
A guess: $ foo=bar $ export -p | grep foo $ export foo=bar $ export -p | grep foo declare -x foo="bar" -ben