Commit c619a3da authored by kenton@google.com's avatar kenton@google.com

Fix syntax of function definition in shell script so that it hopefully works on Solaris.

parent fe7314e0
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# #
# Test protoc's zip output mode. # Test protoc's zip output mode.
function fail() { function fail {
echo "$@" >&2 echo "$@" >&2
exit 1 exit 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment