libgo: don't unset in shell script
commit82b709f9c4c9b21761a44a08db43524efa40dcd5
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 13 Aug 2016 02:52:42 +0000 (13 02:52 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 13 Aug 2016 02:52:42 +0000 (13 02:52 +0000)
treea118a34eac633019a2a846e4a96f36a50422344d
parent237673d0520f0265983e6e42a6b0c1f5e63dd3bc
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
gcc/go/gofrontend/MERGE
libgo/match.sh
libgo/testsuite/gotest