diff --git a/tool/go b/tool/go index 28734f0..4d6ed16 100755 --- a/tool/go +++ b/tool/go @@ -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" "$@" \ No newline at end of file +exec "${toolchain}/bin/go" "$@"