1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:44:44 -07:00

make all.bash finish on FreeBSD

R=dho
CC=golang-dev
https://golang.org/cl/156067
This commit is contained in:
Russ Cox 2009-11-18 09:11:17 -08:00
parent b3f538a4fd
commit 43bcf47912
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

View File

@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
if [ "$(uname)" = "FreeBSD" ]; then exit 0; fi
set -e
gomake hello fib chain
echo '*' hello >run.out