commit | 82b709f9c4c9b21761a44a08db43524efa40dcd5 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <ian@gcc.gnu.org> | Sat Aug 13 02:52:42 2016 +0000 |
committer | Ian Lance Taylor <ian@gcc.gnu.org> | Sat Aug 13 02:52:42 2016 +0000 |
tree | a118a34eac633019a2a846e4a96f36a50422344d | |
parent | 237673d0520f0265983e6e42a6b0c1f5e63dd3bc [diff] |
libgo: don't unset in shell script Reportedly ksh fails to unset a variable that was not previously set. Change match.sh and gotest to not unset LANG, but instead set LANG=C. Also don't combine exporting and setting variable in a single statement. Reviewed-on: https://go-review.googlesource.com/26999 From-SVN: r239443