blob: 00ccd7c4ebb3ebcb09f2eaf776afd32cbd42885b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-protocols_winpopup_winpopup-install,v 1.1 2013/11/07 13:03:07 markd Exp $
--- protocols/winpopup/winpopup-install.orig 2009-10-18 22:56:13.000000000 +0000
+++ protocols/winpopup/winpopup-install
@@ -11,7 +11,7 @@ else
fi
# Check if winpopup-send exist
-if [ "$WPSEND" == "" ] || [ ! -f "$WPSEND" ]; then
+if [ "$WPSEND" = "" ] || [ ! -f "$WPSEND" ]; then
echo "Cant find script winpopup-send"
echo "Run: $0 <script winpopup-send with path>"
exit 1
|