From 2748e214180b8b76f824598958ae51d51b637e8c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 18 Sep 2018 21:41:08 -0300 Subject: [PATCH] build-style/go.sh: fix indent --- common/build-style/go.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"