aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-07-17 20:20:41 +0100
committerJon Skeet <skeet@pobox.com>2015-07-17 20:20:41 +0100
commit3f5df7a74b9d6989d0ea0cb0664f0105d80767eb (patch)
tree367bbe395527bcac9bcfaa368981df0f0dc69c5f
parent4e354c70283f3fda7f720e8b69256264ce083e0f (diff)
parent9b28d4b12c572b79963ca14b4b6d1298acfc6e2b (diff)
downloadprotobuf-3f5df7a74b9d6989d0ea0cb0664f0105d80767eb.tar.gz
protobuf-3f5df7a74b9d6989d0ea0cb0664f0105d80767eb.tar.bz2
protobuf-3f5df7a74b9d6989d0ea0cb0664f0105d80767eb.zip
Merge pull request #620 from google/jtattermusch-patch-2
Fix typo in buildall.sh
-rwxr-xr-xcsharp/buildall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/buildall.sh b/csharp/buildall.sh
index 20fb46b2..d903c1ca 100755
--- a/csharp/buildall.sh
+++ b/csharp/buildall.sh
@@ -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