Merge pull request #13477 from kvasdopil/freebsd-build

Make hack/make.sh work on FreeBSD
This commit is contained in:
Tianon Gravi 2015-05-27 17:42:49 -06:00
commit c9d3681a5d

View file

@ -290,7 +290,9 @@ main() {
if [ "$(go env GOHOSTOS)" != 'windows' ]; then
# Windows and symlinks don't get along well
ln -sfT "$VERSION" bundles/latest
rm -f bundles/latest
ln -s "$VERSION" bundles/latest
fi
if [ $# -lt 1 ]; then