]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo: don't unset in shell script
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Aug 2016 02:52:42 +0000 (02:52 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Aug 2016 02:52:42 +0000 (02:52 +0000)
commitf46650340f9d3db26bacde8725c734dfc4990848
treea118a34eac633019a2a846e4a96f36a50422344d
parentf9f713541116447a558ec89bf48aaee47a95545e
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239443 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/match.sh
libgo/testsuite/gotest