]> Cypherpunks repositories - gostls13.git/commit
bootstrap.bash: remove exec wrappers
authorElias Naur <mail@eliasnaur.com>
Sun, 7 Apr 2019 13:11:39 +0000 (15:11 +0200)
committerElias Naur <mail@eliasnaur.com>
Sun, 7 Apr 2019 14:32:14 +0000 (14:32 +0000)
commit1cff98d4fe3a39356b697225ff27ba5e2f1ef217
tree1d282fb151ae30e2d586568458a684ca86bb0227
parent1c00deeaf96743362a103957266f92e47ff90bc6
bootstrap.bash: remove exec wrappers

Without this change, building an Android toolchain fails:

$ CGO_ENABLED=1 GOARCH=arm64 GOOS=android ./bootstrap.bash
...
rmdir: failed to remove 'bin/go_android_arm64_exec': Not a directory

Change-Id: Ibc3b1e2fd24b73a63bd3020ce1e813f2b4496125
Reviewed-on: https://go-review.googlesource.com/c/go/+/170941
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/bootstrap.bash