commit | 667b99e14a78e33fef3ec136ce5aaf8509f5e0fb | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri May 29 12:17:06 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri May 29 12:17:06 2015 +0100 |
tree | 1aaab61309301259c069ebe526161329ea0d32ee | |
parent | 1a0bd72563a525dbb5d2a06f818ec7113dcf67c1 [diff] [blame] |
Fix typo in script. Change-Id: I853bb5758005f9f7c4940f815c3d72a1d48acd21
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index 192ee6d..77e6b1a 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh
@@ -52,7 +52,7 @@ android_root=$1 shift elif [[ "$1" == -j* ]]; then - j_arg = $1 + j_arg=$1 shift elif [[ "$1" == "" ]]; then break