mirror of
https://github.com/golang/go
synced 2024-11-22 02:24:41 -07:00
gc: fix mkopnames and color grep interaction
Fixes #406. R=adg CC=golang-dev https://golang.org/cl/207053
This commit is contained in:
parent
f9f66b97e2
commit
1ca39fb1fd
@ -3,6 +3,10 @@
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
# Disable colored grep if user has it set to --color=always.
|
||||
# (Arguably user error.)
|
||||
export GREP_OPTIONS=""
|
||||
|
||||
echo '// auto generated by mkopnames'
|
||||
echo 'static char*'
|
||||
echo 'opnames[] = '
|
||||
|
Loading…
Reference in New Issue
Block a user