diff options
| author | David Crawshaw <david.crawshaw@zentus.com> | 2014-07-09 14:54:11 -0400 |
|---|---|---|
| committer | David Crawshaw <david.crawshaw@zentus.com> | 2014-07-09 14:54:11 -0400 |
| commit | fe71b387b32e59a3424b66bf7016c047f98ca1fd (patch) | |
| tree | 04f4f949cf25564fb618a33e321561187753e350 /src/androidtest.bash | |
| parent | c4b714d3fe36fe5c1928711940a9e7b8c9fb7db3 (diff) | |
| download | go-fe71b387b32e59a3424b66bf7016c047f98ca1fd.tar.xz | |
androidtest.bash: missing !
LGTM=iant
R=bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/112010045
Diffstat (limited to 'src/androidtest.bash')
| -rwxr-xr-x | src/androidtest.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash index ede085ef83..9bf7773b23 100755 --- a/src/androidtest.bash +++ b/src/androidtest.bash @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash # Copyright 2014 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. |
