From: David Crawshaw Date: Wed, 9 Jul 2014 18:54:11 +0000 (-0400) Subject: androidtest.bash: missing ! X-Git-Tag: go1.4beta1~1130 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fe71b387b32e59a3424b66bf7016c047f98ca1fd;p=gostls13.git androidtest.bash: missing ! LGTM=iant R=bradfitz, iant CC=golang-codereviews https://golang.org/cl/112010045 --- 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.