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:
parent
b3f538a4fd
commit
43bcf47912
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user