mirror of https://github.com/golang/go.git
misc/cgo/testso: use bash to run test.bash
R=golang-dev, minux.ma, capnm9 CC=golang-dev https://golang.org/cl/9717043
This commit is contained in:
parent
598de87b0f
commit
2ca589d494
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2011 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue