Commit 1ca39fb1 authored by Russ Cox's avatar Russ Cox

gc: fix mkopnames and color grep interaction

Fixes #406.

R=adg
CC=golang-dev
https://golang.org/cl/207053
parent f9f66b97
......@@ -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[] = '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment