summaryrefslogtreecommitdiff
path: root/src/androidtest.bash
diff options
context:
space:
mode:
authorDavid Crawshaw <david.crawshaw@zentus.com>2014-07-09 14:54:11 -0400
committerDavid Crawshaw <david.crawshaw@zentus.com>2014-07-09 14:54:11 -0400
commite60d8c172003379693e8cb5bec15490af015966b (patch)
treec1399758c6fd207835af380323896914ab4e6317 /src/androidtest.bash
parentbc96f9675493c93c7c33579502dedfb9acba86ff (diff)
downloadgo-e60d8c172003379693e8cb5bec15490af015966b.tar.gz
androidtest.bash: missing !
LGTM=iant R=bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/112010045
Diffstat (limited to 'src/androidtest.bash')
-rwxr-xr-xsrc/androidtest.bash2
1 files changed, 1 insertions, 1 deletions
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.