summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh')
-rw-r--r--inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh b/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh
new file mode 100644
index 00000000000..fc3824ecd80
--- /dev/null
+++ b/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh
@@ -0,0 +1,13 @@
+$NetBSD: patch-third__party_protobuf_post__process__dist.sh,v 1.3 2016/05/16 11:51:49 ryoon Exp $
+
+--- third_party/protobuf/post_process_dist.sh.orig 2016-05-15 08:11:12.000000000 +0000
++++ third_party/protobuf/post_process_dist.sh
+@@ -15,7 +15,7 @@
+ # non-testdata .txt files are converted to Windows-style line endings.
+ # 5) Cleans up after itself.
+
+-if [ "$1" == "" ]; then
++if [ "$1" = "" ]; then
+ echo "USAGE: $1 DISTFILE" >&2
+ exit 1
+ fi