From 0d15a5437697094f9165b63b933192b36193a2df Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Nov 2009 09:11:17 -0800 Subject: make all.bash finish on FreeBSD R=dho CC=golang-dev http://codereview.appspot.com/156067 --- misc/cgo/stdio/test.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/cgo') diff --git a/misc/cgo/stdio/test.bash b/misc/cgo/stdio/test.bash index 82e3f7b45..8918aab92 100755 --- a/misc/cgo/stdio/test.bash +++ b/misc/cgo/stdio/test.bash @@ -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 -- cgit v1.2.3