re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 23 Sep 2015 20:43:46 +0000 (20:43 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 23 Sep 2015 20:43:46 +0000 (20:43 +0000)
PR go/67695
    mksysinfo.sh: Use = with test rather than ==.

    Fixes GCC PR 67695.

    Reviewed-on: https://go-review.googlesource.com/14858

From-SVN: r228064

gcc/go/gofrontend/MERGE
libgo/mksysinfo.sh

index 1ea55554fba1004c934ebb09353f8a44c6679ad2..364a5b44b0bba501e347d93db9d46549a99f4d93 100644 (file)
@@ -1,4 +1,4 @@
-2087b95180caea3477647c449772b7fecc01a71c
+90ebe729992443dc00b19c76b28d1270e17245a4
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 942e8319ea5b1db688711c78c5577dae07ad6a95..3d37d21cbd67457a72efa9bdc916b7ebf7e3ca9e 100755 (executable)
@@ -531,7 +531,7 @@ upcase_fields () {
 # GNU/Linux specific; it should do no harm if there is no
 # _user_regs_struct.
 regs=`grep '^type _user_regs_struct struct' gen-sysinfo.go || true`
-if test "$regs" == ""; then
+if test "$regs" = ""; then
   # s390
   regs=`grep '^type __user_regs_struct struct' gen-sysinfo.go || true`
   if test "$regs" != ""; then