diff options
Diffstat (limited to 'src/bootstrap.bash')
| -rwxr-xr-x | src/bootstrap.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap.bash b/src/bootstrap.bash index 32b736ad78..673fb61c67 100755 --- a/src/bootstrap.bash +++ b/src/bootstrap.bash @@ -72,6 +72,7 @@ if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then # prepare a clean toolchain for others. true else + rm bin/go_${goos}_${goarch}_exec mv bin/*_*/* bin rmdir bin/*_* rm -rf "pkg/${gohostos}_${gohostarch}" "pkg/tool/${gohostos}_${gohostarch}" |
