mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
454 B
Bash
14 lines
454 B
Bash
$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
|