1 Feb
2013
1 Feb
'13
1:28 a.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