blob: ce0ca173eec977af8b31fc6c94d79c1343c4212f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-third__party_protobuf_post__process__dist.sh,v 1.4 2017/12/17 14:15:43 tsutsui Exp $
* appease pkglint
--- third_party/protobuf/post_process_dist.sh.orig 2017-11-02 13:35:43.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: $0 DISTFILE" >&2
exit 1
fi
|