commit | 5af62eda697da21155091cf5375ed9edb4639b67 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Sep 13 07:10:09 2019 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Sep 13 17:06:47 2019 +0000 |
tree | 8a76bde8c78be9af7a38d8b2873ee257f4ee5091 | |
parent | ceb1e4f5614b4772eed44f9cf57780e52f44753e [diff] |
libgo: don't use \? in grep pattern It's not supported by Solaris grep. Just use * instead; it matches more but it shouldn't matter. Fixes https://gcc.gnu.org/PR91764 Change-Id: Id009211ff476c15359394522d2eb37a36aed26c0 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195238 Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>