Commit e6f9b2f1 authored by Russ Cox's avatar Russ Cox

fix build clean.bash

TBR=r
CC=golang-dev
https://golang.org/cl/4151042
parent 3108f3f4
......@@ -4,7 +4,7 @@
# license that can be found in the LICENSE file.
gomake=gomake
if [ $1 == "--gomake" -a "$2" != "" ]; then
if [ "$1" == "--gomake" -a "$2" != "" ]; then
gomake=$2
fi
......
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