commit | e13170e22ced3d3dcba933f407b5d1eeda59a1df | [log] [tgz] |
---|---|---|
author | Burcu Dogan <jbd@google.com> | Wed Jan 14 18:49:03 2015 -0800 |
committer | Burcu Dogan <jbd@google.com> | Thu Jan 15 03:23:58 2015 +0000 |
tree | f076962e33983a2bdb29ede9887cae43d507736d | |
parent | 2fe8eadc9aed6e6637312ef93c4939f6344a48a0 [diff] [blame] |
build: fix typo in androidtest.bash Change-Id: Idd72e095ad64e1a398058982422c2c5497a23ce5 Reviewed-on: https://go-review.googlesource.com/2739 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/src/androidtest.bash b/src/androidtest.bash index 504d276..b250cf4 100755 --- a/src/androidtest.bash +++ b/src/androidtest.bash
@@ -11,7 +11,7 @@ ulimit -c 0 # no core files if [ ! -f make.bash ]; then - echo 'nacl.bash must be run from $GOROOT/src' 1>&2 + echo 'androidtest.bash must be run from $GOROOT/src' 1>&2 exit 1 fi