diff --git a/common/build-style/go.sh b/common/build-style/go.sh index 01a50b167e0..007bf18c9c3 100644 --- a/common/build-style/go.sh +++ b/common/build-style/go.sh @@ -3,9 +3,9 @@ # do_configure() { - # This isn't really configuration, but its needed by packages - # that do unusual things with the build where the expect to be - # able to cd into the $GOSRCPATH + # This isn't really configuration, but its needed by packages + # that do unusual things with the build where the expect to be + # able to cd into the $GOSRCPATH if [[ "${go_get}" != "yes" ]]; then mkdir -p "$(dirname ${GOSRCPATH})" ln -fs $PWD "${GOSRCPATH}"