From: Dave Cheney Date: Fri, 24 May 2013 11:56:01 +0000 (-0400) Subject: misc/cgo/testso: use bash to run test.bash X-Git-Tag: go1.2rc2~1418 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2ca589d494ee8dc428bd5ce93603f373b8554e5b;p=gostls13.git misc/cgo/testso: use bash to run test.bash R=golang-dev, minux.ma, capnm9 CC=golang-dev https://golang.org/cl/9717043 --- diff --git a/misc/cgo/testso/test.bash b/misc/cgo/testso/test.bash index f9fad126eb..f4061c68e6 100755 --- a/misc/cgo/testso/test.bash +++ b/misc/cgo/testso/test.bash @@ -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.