do
export GOOS=$(echo $sys | sed 's/_.*//')
export GOARCH=$(echo $sys | sed 's/.*_//')
- targ=buildscript_${GOOS}_$GOARCH.sh
+ targ=buildscript/${GOOS}_$GOARCH.sh
rm -f $targ
(echo '#!/usr/bin/env bash
if $USE_GO_TOOL; then
echo
echo '# Building go command from bootstrap script.'
- ./buildscript_${GOOS}_$GOARCH.sh
+ ./buildscript/${GOOS}_$GOARCH.sh
echo '# Building Go code.'
go install -a -v std