Merge pull request #620 from google/jtattermusch-patch-2
Fix typo in buildall.sh
This commit is contained in:
commit
3f5df7a74b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue