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, 0 insertions, 13 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
deleted file mode 100644
index 65475a90882..00000000000
--- a/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-third__party_protobuf_post__process__dist.sh,v 1.1 2014/06/15 13:08:34 ryoon Exp $
-
---- third_party/protobuf/post_process_dist.sh.orig 2014-05-21 10:51:38.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