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

pull/3335/head
kenton@google.com 15 years ago
parent fe7314e0cc
commit c619a3da2a
  1. 2
      src/google/protobuf/compiler/zip_output_unittest.sh

@ -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
} }

Loading…
Cancel
Save