summaryrefslogtreecommitdiff
path: root/games/liquidwar/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-10-16 00:48:29 +0000
committerwiz <wiz>2006-10-16 00:48:29 +0000
commitfe5931514c697bddf504c3f03cd1a63c18951710 (patch)
tree165b62b5c625b1c471779bde08d56e46db5851e2 /games/liquidwar/patches
parentefee462291c591d855f528928cafa36de4e72751 (diff)
downloadpkgsrc-fe5931514c697bddf504c3f03cd1a63c18951710.tar.gz
Fix "test ==".
Diffstat (limited to 'games/liquidwar/patches')
-rw-r--r--games/liquidwar/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/liquidwar/patches/patch-ac b/games/liquidwar/patches/patch-ac
new file mode 100644
index 00000000000..3cbf4f93fb8
--- /dev/null
+++ b/games/liquidwar/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/16 00:48:29 wiz Exp $
+
+--- misc/liquidwar_notify.sh.orig 2005-11-27 20:09:58.000000000 +0000
++++ misc/liquidwar_notify.sh
+@@ -50,7 +50,7 @@ SUBJECT="[liquidwar-bot] Connection"
+
+ #RECEIVERS="ufoot@ufoot.org"
+
+-if test "$RECEIVERS" == "" ; then
++if test "$RECEIVERS" = "" ; then
+ echo "You need to parameter this script first!"
+ exit 1
+ fi