build-style/go.sh: fix indent
This commit is contained in:
parent
2e106a8a62
commit
2748e21418
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user