]> Cypherpunks.ru repositories - gostls13.git/commit
buildall.bash: clarify target selection
authorIan Lance Taylor <iant@golang.org>
Wed, 23 Nov 2016 16:45:15 +0000 (08:45 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2017 04:34:36 +0000 (04:34 +0000)
commitafa0247c5d28eb9558311729c8edf3f0c898644f
treea725a3eb022ec35727209a5d25e284c9613d7b04
parent6ee8c6a7ce30a3c0613617dcc182874d36b2ea94
buildall.bash: clarify target selection

Avoid confusing use of $(( in non-arithmetic context.

Permit added targets linux-386-387 linux-arm-arm5 to be correctly
matched against pattern argument.

Change-Id: Ib004c926457acb760c7e270fdd2f4095b1787a6d
Reviewed-on: https://go-review.googlesource.com/33492
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/buildall.bash