]> code.ossystems Code Review - openembedded-core.git/commit
send-pull-request: unset $TO and $CC from environment
authorScott Garman <scott.a.garman@intel.com>
Sat, 22 Jan 2011 00:15:33 +0000 (16:15 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 24 Jan 2011 22:09:13 +0000 (14:09 -0800)
commit75748b6f09f459339bec6976fbf05e1eadc00d6c
tree2ef1c84a8c19ed9f61f9b4c29570b01b26b7dcd9
parentaee1d50802f6e97dba9c8418155f36dbe3cf3e8c
send-pull-request: unset $TO and $CC from environment

Darren Hart and I discovered that when $CC is set (which
our meta-toolchain environment script sets up), the value
leaks into the use of this script. Unsetting $TO as well
just to be thorough.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/send-pull-request