Merge pull request #620 from google/jtattermusch-patch-2

Fix typo in buildall.sh
This commit is contained in:
Jon Skeet 2015-07-17 20:20:41 +01:00
commit 3f5df7a74b

View file

@ -6,7 +6,7 @@ NUNIT_CONSOLE=nunit-console
# The rest you can leave intact
CONFIG=Release
KEYFILE=../keys/Google.Google.Protobuf.snk # TODO(jtattermusch): signing!
KEYFILE=../keys/Google.Protobuf.snk # TODO(jtattermusch): signing!
SRC=$(dirname $0)/src
set -ex