aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorDaniel Martí <mvdan@mvdan.cc>2017-03-09 20:50:24 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-03-09 21:30:31 +0000
commit027500ce385709ecaa8fe11320a23a12f8e3b3de (patch)
treee44cd269418d1b2207e8b24491ad3228d391c0d9 /src/make.bash
parent945180fe2aa3238bbc23f336a00eba934daa9ccc (diff)
downloadgo-027500ce385709ecaa8fe11320a23a12f8e3b3de.tar.gz
go-027500ce385709ecaa8fe11320a23a12f8e3b3de.zip
src/*.bash: use tabs consistently
make.bash used mostly tabs and buildall.bash used mostly spaces, but they were both mixing them. Be consistent and use tabs, as that's what's more common and what the Go code uses. Change-Id: Ia6affbfccfe64fda800c1ac400965df364d2c545 Reviewed-on: https://go-review.googlesource.com/37967 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index 84aaab56db..62d8b80fca 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -108,7 +108,7 @@ done
# cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to
# disable cgo manually.
if [ "$(uname -s)" == "GNU/kFreeBSD" ]; then
- export CGO_ENABLED=0
+ export CGO_ENABLED=0
fi
# Clean old generated file that will cause problems in the build.