diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-13 17:07:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-13 17:07:20 +0000 |
commit | 57cccc860e501be56096a2863ae571175cb87960 (patch) | |
tree | 3d596d4ce968124409d6eb1c762652624895d11e /gcc/go | |
parent | 9a235e7e85aec64b023b6725c5a2f3fc3a122d3b (diff) | |
download | gcc-57cccc860e501be56096a2863ae571175cb87960.zip gcc-57cccc860e501be56096a2863ae571175cb87960.tar.gz gcc-57cccc860e501be56096a2863ae571175cb87960.tar.bz2 |
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
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195238
From-SVN: r275700
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index f950ecd..522d408 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -ceb1e4f5614b4772eed44f9cf57780e52f44753e +5af62eda697da21155091cf5375ed9edb4639b67 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |