diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2015-07-17 12:19:20 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2015-07-17 12:19:20 -0700 |
commit | 9b28d4b12c572b79963ca14b4b6d1298acfc6e2b (patch) | |
tree | 367bbe395527bcac9bcfaa368981df0f0dc69c5f /csharp | |
parent | 4e354c70283f3fda7f720e8b69256264ce083e0f (diff) |
Fix typo in buildall.sh
Diffstat (limited to 'csharp')
-rwxr-xr-x | csharp/buildall.sh | 2 |
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 |