Commit 43bcf479 authored by Russ Cox's avatar Russ Cox

make all.bash finish on FreeBSD

R=dho
CC=golang-dev
https://golang.org/cl/156067
parent b3f538a4
#!/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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment