瀏覽代碼

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
 }