]> Cypherpunks repositories - gostls13.git/commitdiff
build: fix typo in androidtest.bash
authorBurcu Dogan <jbd@google.com>
Thu, 15 Jan 2015 02:49:03 +0000 (18:49 -0800)
committerBurcu Dogan <jbd@google.com>
Thu, 15 Jan 2015 03:23:58 +0000 (03:23 +0000)
Change-Id: Idd72e095ad64e1a398058982422c2c5497a23ce5
Reviewed-on: https://go-review.googlesource.com/2739
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/androidtest.bash

index 504d276c4c61400c824846aaacd2159f19ad9181..b250cf4a781080229ef4835bc5389a24b7907971 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 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