From 2ca589d494ee8dc428bd5ce93603f373b8554e5b Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Fri, 24 May 2013 07:56:01 -0400 Subject: [PATCH] misc/cgo/testso: use bash to run test.bash R=golang-dev, minux.ma, capnm9 CC=golang-dev https://golang.org/cl/9717043 --- misc/cgo/testso/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1