fix build clean.bash

TBR=r
CC=golang-dev
https://golang.org/cl/4151042
This commit is contained in:
Russ Cox 2011-02-08 22:39:39 -05:00
parent 3108f3f4a0
commit e6f9b2f110

View File

@ -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