]> Cypherpunks repositories - gostls13.git/commitdiff
fix build clean.bash
authorRuss Cox <rsc@golang.org>
Wed, 9 Feb 2011 03:39:39 +0000 (22:39 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 9 Feb 2011 03:39:39 +0000 (22:39 -0500)
TBR=r
CC=golang-dev
https://golang.org/cl/4151042

src/cmd/clean.bash

index b451670974067ff58871c1e6584cbcb8c60c58f6..92d8cc5c9266b60a53e0bf422487780f489a26c0 100644 (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