Commit 166c37a7 authored by Zhou Peng's avatar Zhou Peng Committed by Brad Fitzpatrick

src/*.bash: remove some trailing whitespace

Change-Id: I11793daafdb69156b1dafaa80fe501fcaeeff202
Reviewed-on: https://go-review.googlesource.com/111435Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 51bda1ff
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
# This is used by cgo. Default is CC. # This is used by cgo. Default is CC.
# #
# CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH. # CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH.
# This is used by cgo. Default is CXX, or, if that is not set, # This is used by cgo. Default is CXX, or, if that is not set,
# "g++" or "clang++". # "g++" or "clang++".
# #
# FC: Command line to run to compile Fortran code for GOARCH. # FC: Command line to run to compile Fortran code for GOARCH.
......
...@@ -18,7 +18,7 @@ case $(uname) in ...@@ -18,7 +18,7 @@ case $(uname) in
# why Apple? why? # why Apple? why?
if sysctl machdep.cpu.extfeatures | grep -qv EM64T; then if sysctl machdep.cpu.extfeatures | grep -qv EM64T; then
usage usage
fi fi
;; ;;
"Linux") "Linux")
if [ $(uname -m) != "x86_64" ]; then if [ $(uname -m) != "x86_64" ]; then
......
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