Merge pull request #13477 from kvasdopil/freebsd-build

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

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