소스 검색

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

kenton@google.com 16 년 전
부모
커밋
c619a3da2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }