From e60d8c172003379693e8cb5bec15490af015966b Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Wed, 9 Jul 2014 14:54:11 -0400 Subject: androidtest.bash: missing ! LGTM=iant R=bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/112010045 --- src/androidtest.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/androidtest.bash') diff --git a/src/androidtest.bash b/src/androidtest.bash index ede085ef8..9bf7773b2 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. -- cgit v1.2.1