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

This commit is contained in:
kenton@google.com 2010-01-04 20:03:09 +00:00
parent fe7314e0cc
commit c619a3da2a

View file

@ -34,7 +34,7 @@
#
# Test protoc's zip output mode.
function fail() {
function fail {
echo "$@" >&2
exit 1
}