tool/go: fix typo in comment

Updates #cleanup

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/499/head
Brad Fitzpatrick 1 year ago committed by Brad Fitzpatrick
parent 28712da8d0
commit 33f79deb3a

@ -61,8 +61,8 @@ if [[ -z "${TOOLCHAINDIR}" ]]; then
esac
fi
else
# fdroid supplies it's own toolchain, rather than using ours.
# fdroid supplies its own toolchain, rather than using ours.
toolchain="${TOOLCHAINDIR}"
fi
exec "${toolchain}/bin/go" "$@"
exec "${toolchain}/bin/go" "$@"

Loading…
Cancel
Save