From fe71b387b32e59a3424b66bf7016c047f98ca1fd Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Wed, 9 Jul 2014 14:54:11 -0400 Subject: [PATCH] androidtest.bash: missing ! LGTM=iant R=bradfitz, iant CC=golang-codereviews https://golang.org/cl/112010045 --- src/androidtest.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1