1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:04:44 -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:
Russ Cox 2010-02-10 00:44:43 -08:00
parent f9f66b97e2
commit 1ca39fb1fd

View File

@ -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[] = '