]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testso: use bash to run test.bash
authorDave Cheney <dave@cheney.net>
Fri, 24 May 2013 11:56:01 +0000 (07:56 -0400)
committerDave Cheney <dave@cheney.net>
Fri, 24 May 2013 11:56:01 +0000 (07:56 -0400)
R=golang-dev, minux.ma, capnm9
CC=golang-dev
https://golang.org/cl/9717043

misc/cgo/testso/test.bash

index f9fad126eb310cfb5d11605c818d835379a2980e..f4061c68e6d1af103729b35d0306fdd4e144af59 100755 (executable)
@@ -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.