Explorar o código

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

kenton@google.com %!s(int64=16) %!d(string=hai) anos
pai
achega
c619a3da2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/google/protobuf/compiler/zip_output_unittest.sh

+ 1 - 1
src/google/protobuf/compiler/zip_output_unittest.sh

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