diff --git a/src/make.bash b/src/make.bash index 93a5c43d112..4ea5a9a8b5a 100755 --- a/src/make.bash +++ b/src/make.bash @@ -41,7 +41,7 @@ # This is used by cgo. Default is CC. # # 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++". # # FC: Command line to run to compile Fortran code for GOARCH. diff --git a/src/race.bash b/src/race.bash index adf2297c2fd..cafd834777c 100755 --- a/src/race.bash +++ b/src/race.bash @@ -18,7 +18,7 @@ case $(uname) in # why Apple? why? if sysctl machdep.cpu.extfeatures | grep -qv EM64T; then usage - fi + fi ;; "Linux") if [ $(uname -m) != "x86_64" ]; then